graphql-elixir / plug_graphql

Plug (Phoenix) integration for GraphQL Elixir
Other
126 stars 7 forks source link

How can I return an error to the client with a mutation? #23

Closed dre1080 closed 4 years ago

joshprice commented 8 years ago

Should be solved by https://github.com/graphql-elixir/graphql/pull/82

bringking commented 7 years ago

@joshprice Is there any documentation on how to add an error to the errors list from the work done in graphql-elixir/graphql#82?