-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with hasura relay api #314
Comments
👋 @erik-seifert This library is created and maintained by me, @budde377. Please consider supporting my work and ensure our survival by donating here. |
This looks like a runtime error, so it would seem that your endpoint doesn't agree with the schema. It doesn't look like an error in the code generator |
If i try to call this query directly on (on graphql explorer) everything works like expected. |
Do not work to late. Found it. Thx for your help. |
And thanks for the great library. |
I try to call hasura relay api endpoint and get the following error.
GraphQLError(message: field 'event_connection' not found in type: 'query_root', locations: null, path: null, extensions: {path: $.selectionSet.event_connection, code: validation-failed})
Query:
But is see in schema
The text was updated successfully, but these errors were encountered: