graphql-elixir / plug_graphql

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

Use new GraphQL interface #28

Open joshprice opened 8 years ago

joshprice commented 8 years ago

New interface using keyword lists will be introduced in https://github.com/graphql-elixir/graphql/pull/82 we need to use that and deprecate old interface.

bringking commented 7 years ago

@joshprice any status on this, or are you looking for help to get it implemented? It seems this work is needed to send errors to the client in the GraphQL response. That is sorely needed to make this spec compliant