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
This is a checklist and tracking issue for the next minor version, 1.9.0
1.9-dev build status:
1.9-dev
GraphQL::Execution::Interpreter
Rewrite
args
bubble_errors false
extensions
experimental: true
The text was updated successfully, but these errors were encountered:
It's not perfect but it's good enough: https://rubygems.org/gems/graphql/versions/1.9.0
Sorry, something went wrong.
rmosolgo
No branches or pull requests
This is a checklist and tracking issue for the next minor version, 1.9.0
1.9-dev
build status:GraphQL::Execution::Interpreter
, a new runtimeRewrite
for it. Hook up AST analyzers instead. Use new analysis engine when using Interpreter #1918 Skip rewrite when interpreter is enabled #2005What to do with Authorization analyzer, can we leave it behind?Yes, we're gonna leave it behind.Reimplement GraphQL Backtrace for interpreterStashed some things in context Put runtime info in mutable context, too #1989args
input is now a symbol-keyed hash, not a GraphQL::Query::Arguments instancebubble_errors false
the default Schema configuration Error Bubbling #2013 Make error_bubbling=false the schema default #2069Make static validation errorsI'm going to leave it as-is for now, we can do this if needed.extensions
optionalexperimental: true
in docs and remove it where appropriateThe text was updated successfully, but these errors were encountered: