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
Like @fritz-gerneth already mentioned in #144 (comment), you get an error when providing a default value for a variable
query ($username: String = "GovSchwarzenegger"){ reddit { user(username: $username) { username commentKarma createdISO } } }
{"errors": [ { "message": "Can\\t recognize token type", "location": [ { "line": 1, "column": 25 } ] } ]}
CC: @viniychuk
The text was updated successfully, but these errors were encountered:
Would be great if you could check #150 if this works for you or if I missed some parts :)
Sorry, something went wrong.
@fritz-gerneth I'm not the one who's responsible for the server so I can't test it out unfortunately 😕
fixed in 1.4.3.4
closes #141
38e7e4e
No branches or pull requests
Like @fritz-gerneth already mentioned in #144 (comment), you get an error when providing a default value for a variable
CC: @viniychuk
The text was updated successfully, but these errors were encountered: