We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for the nice Land. I played a bit with rockets 👍
I was able to add users with mutations, but I was not able to play with subscriptions.
subscription { users { name } }
Here is the result:
{ "errors": [ { "message": "Cannot return null for non-nullable field Subscription.users.", "locations": [ { "line": 2, "column": 3 } ], "path": [ "users" ], "extensions": { "code": "INTERNAL_SERVER_ERROR" } } ], "data": null }
Do you know if it should work? Or if I have to adapt my query?
Thank you
The text was updated successfully, but these errors were encountered:
I run into the same problem. Did someone has any solution? Is there a subscription active?
Sorry, something went wrong.
No branches or pull requests
Thank you for the nice Land. I played a bit with rockets 👍
I was able to add users with mutations, but I was not able to play with subscriptions.
Here is the result:
Do you know if it should work? Or if I have to adapt my query?
Thank you
The text was updated successfully, but these errors were encountered: