Steams / ra-data-hasura-graphql

React-admin data provider for Hasura GraphQL endpoints
MIT License
211 stars 33 forks source link

Error: GraphQL error: unexpected variables in variableValues: where, offset, order_by, limit #65

Open arnaudjnn opened 4 years ago

arnaudjnn commented 4 years ago

I get the following error:

Error: GraphQL error: unexpected variables in variableValues: where, offset, order_by, limit

I found that its a due to I customize GraphQL root fields in my Hasura console. How can I use it with it?