Add JSpecify annotations to language package nodes - redo (12 more) by dondonz · Pull Request #4257 · graphql-java/graphql-java

added 6 commits

February 22, 2026 10:27

dondonz

dondonz

dondonz

@dondonz dondonz changed the title Add JSpecify annotations to language package nodes (batch 3) Add JSpecify annotations to language package nodes - redo

Feb 22, 2026

dondonz

dondonz

@dondonz dondonz marked this pull request as ready for review

February 22, 2026 05:52

@dondonz dondonz changed the title Add JSpecify annotations to language package nodes - redo Add JSpecify annotations to language package nodes - redo (12 more)

Feb 28, 2026

bbakerman

bbakerman

bbakerman

bbakerman

@dondonz @claude

Per the GraphQL spec and graphql-js reference implementation, the
operation type is always known — shorthand queries are QUERY. Default
the Builder to Operation.QUERY and remove null checks in callers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>