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
The toolkit doesn't support this at the moment:
query LIST_FOO { foo(input: { page: $page }) { ..._FooId_ } }
only supports this:
query LIST_FOO { foo(input: $input) { ..._FooId_ } }
It fails to add variable declarations in this case and also fails to discover the field to paginate.
The text was updated successfully, but these errors were encountered:
fix: support variables within input objects (#13)
9a49888
Should be fixed in 0.6.0
0.6.0
Sorry, something went wrong.
No branches or pull requests
The toolkit doesn't support this at the moment:
only supports this:
It fails to add variable declarations in this case and also fails to discover the field to paginate.
The text was updated successfully, but these errors were encountered: