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
When implementing GraphQL APIs, the @Blocking and @NonBlocking annotation should be supported as well as the default dispatching rules.
@Blocking
@NonBlocking
As a verification, it should be possible to implement a GraphQL Query method using:
The text was updated successfully, but these errors were encountered:
/cc @jmartisk, @phillip-kruger
Sorry, something went wrong.
Just posting here to make sure this one is not forgotten: #21111 .
Thanks. I am busy looking at both
This is now added and will be available in 2.10.
Closing here
phillip-kruger
No branches or pull requests
Description
When implementing GraphQL APIs, the
@Blocking
and@NonBlocking
annotation should be supported as well as the default dispatching rules.As a verification, it should be possible to implement a GraphQL Query method using:
The text was updated successfully, but these errors were encountered: