Skip to content

Tags: haeungun/graphql-java

Tags

v13.0

Toggle v13.0's commit message
Allow and process DataFetcherResult as an item for GraphQL List fields.

v9.6

Toggle v9.6's commit message

v12.0

Toggle v12.0's commit message
This fixes up the example code so it used CodeRegistry and also quick…

… rename of parameter names there

12.0

Toggle 12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request graphql-java#1445 from tsroka/visit-fragments

Add support for visiting fragment definitions in QueryVisitor.

9.5

Toggle 9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request graphql-java#1450 from tinnou/9.x-fix-classCastExc…

…eption-type-condition-input-type

Fix graphql-java#1440 ClassCastException when using a fragment with wrong input type condition and overlapping fields are being merged.

v9.5

Toggle v9.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request graphql-java#1450 from tinnou/9.x-fix-classCastExc…

…eption-type-condition-input-type

Fix graphql-java#1440 ClassCastException when using a fragment with wrong input type condition and overlapping fields are being merged.

v11.0

Toggle v11.0's commit message
add test to show that BatchedExecutionStrategy doesn't work

across different paths

v9.4

Toggle v9.4's commit message
Alternative fix to dead lock challenge (graphql-java#1255)

* Added @OverRide as part of errorprone code health check

* Revert "Added @OverRide as part of errorprone code health check"

This reverts commit 38dfab1

* Brads attempt at graphql-java#1234

* Missed the test

v10.0

Toggle v10.0's commit message
fix master deployment

v9.3

Toggle v9.3's commit message
backport of graphql-java#1182