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
I'm with some issues with graphql query generation. My query are being defined with - instead _ on the query name, what generates an invalid query:
query
-
_
query rnrf-relay-renderer_view_name($input_0:String!,$input_1:Int!) { root(auth:$auth_0) { ...F0 } }
It already was fixed but the version wasn't bumped. Any plans of publishing the next lib version?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm with some issues with graphql query generation.
My
query
are being defined with-
instead_
on the query name, what generates an invalid query:It already was fixed but the version wasn't bumped.
Any plans of publishing the next lib version?
The text was updated successfully, but these errors were encountered: