Skip to content

Tags: zygitup/graphql-java

Tags

v16.1

Toggle v16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
introspection for repeatable directive info (graphql-java#2113)

v16.0

Toggle v16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
This moves the AST element builder to use immutable lists (graphql-ja…

…va#2101)

* This moves the AST element builder to use immutable lists with the ability to add items to individually

* Missing `directive` method

v14.1

Toggle v14.1's commit message
deploy this 14.x branch to bintray

v15.0

Toggle v15.0's commit message
add test for interface implemented with additional optional arguments

v14.0

Toggle v14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce a GraphqlErrorException for Kotlin users and generally. (gr…

…aphql-java#1743)

* Introduce a GraphqlErrorException for Kotlin users and a as a general purpose exception that can be an error

* PR feedback and now more generic

v9.7

Toggle v9.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce a GraphqlErrorException for Kotlin users and generally. (gr…

…aphql-java#1743)

* Introduce a GraphqlErrorException for Kotlin users and a as a general purpose exception that can be an error

* PR feedback and now more generic

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.