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
Regarding execution of graphql here:
light-graphql-4j/graphql-router/src/main/java/com/networknt/graphql/router/handlers/GraphqlPostHandler.java
Lines 91 to 100 in a74f1a5
GraphQL also provides an extensions, perhaps we should add it.
extensions
if (executionResult.getExtensions().size() > 0) { result.put("extensions", executionResult.getExtensions()); }
The text was updated successfully, but these errors were encountered:
@bkuberek Yes. It is a good idea. Could you please submit a PR? Thanks.
Sorry, something went wrong.
No branches or pull requests
Regarding execution of graphql here:
light-graphql-4j/graphql-router/src/main/java/com/networknt/graphql/router/handlers/GraphqlPostHandler.java
Lines 91 to 100 in a74f1a5
GraphQL also provides an
extensions
, perhaps we should add it.The text was updated successfully, but these errors were encountered: