Skip to content

21.x Backport PR 3526 and PR 3527 #3529

New issue

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

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

dondonz
Copy link
Member

@dondonz dondonz commented Mar 18, 2024

Backport of #3526 and PR #3527 - pulls in introspection disabling and Good Faith Introspection

Double check me please, execution has gone through a renovation with the forthcoming defer feature

@dondonz dondonz changed the title 21.x Backport PR 3526 with minor adjustments 21.x Backport PR 3526 Mar 18, 2024
@dondonz dondonz changed the title 21.x Backport PR 3526 21.x Backport PR 3526 and PR 3527 Mar 18, 2024
GraphQLSchema schema = mkSchema(sdl)
def fields = createNormalizedFields(schema, query)
when:
def result = compileToDocument(schema, QUERY, null, fields, noVariables)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is different to latest master because v21 does not have any defer changes

Master branch has the method localCompileToDocument

@dondonz dondonz merged commit 990ee73 into 21.x Mar 19, 2024
@dondonz dondonz added this to the 21.4 milestone Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants