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
__scalar: true
The argument __scalar: true generates invalid GraphQL queries when one of the scalar fields has a required argument.
Field "X" argument "Y" of type "String!" is required but was not provided.
Looks as though this would be a relatively easy fix in generateGraphqlOperation.
generateGraphqlOperation
The text was updated successfully, but these errors were encountered:
skip scalars with required args for __scalar, really fix #142
f3515fe
03d0619
support non scalar custom scalars, fix remorses#142
a04a964
skip scalars with required args for __scalar, really fix remorses#142
8c7babd
No branches or pull requests
The argument
__scalar: true
generates invalid GraphQL queries when one of the scalar fields has a required argument.Looks as though this would be a relatively easy fix in
generateGraphqlOperation
.The text was updated successfully, but these errors were encountered: