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
graphql.AssertException
For persisted queries, the request could look like this:
{ "extensions":{ "persistedQuery":{ "version":1, "sha256Hash":"ecf4edb46db40b5132295c0291d62fb65d6759a9eedfa4d5d612dd5ec54a6b38" } } }
As there is no "query", setting the query on ExecutionInput results in a "query can't be null" AssertException.
ExecutionInput
AssertException
We should use PersistedQuerySupport#PERSISTED_QUERY_MARKER as the query in that case.
PersistedQuerySupport#PERSISTED_QUERY_MARKER
The text was updated successfully, but these errors were encountered:
7140e6c
rstoyanchev
No branches or pull requests
For persisted queries, the request could look like this:
As there is no "query", setting the query on
ExecutionInput
results in a "query can't be null"AssertException
.We should use
PersistedQuerySupport#PERSISTED_QUERY_MARKER
as the query in that case.The text was updated successfully, but these errors were encountered: