Skip to content

Tags: uuidcode/graphql-java-1

Tags

v9.0

Toggle v9.0's commit message
9.0 release

v8.0

Toggle v8.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#989 from graphql-java/preparsed-docum…

…ent-assert

use graphql Assert

v7.0

Toggle v7.0's commit message
Throws a MissingRootTypeException instead of branching.

To DRY I removed branching in the `executeOperation` method and throws an error
whenever a query refers to a missing operation. This brings us a little closer to the
reference implementation https://github.com/graphql/graphql-js/blob/master/src/execution/execute.js#L419.

v6.0

Toggle v6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
<T> javadoc fix up (graphql-java#815)

* More aggressive property look up

* <T> is for tea

v5.0

Toggle v5.0's commit message
Now follows spec as discussed

v4.2

Toggle v4.2's commit message
Fixes the copying of schemas and also the fact you cant set field vis…

…ibility on IDL schema creation runtime wiring (graphql-java#702)

(cherry picked from commit 12120e9)

v4.1

Toggle v4.1's commit message
bugfix: querytraversal should also work with mutations and subscriptions

v4.0

Toggle v4.0's commit message
add/fix javadoc

v3.0.0

Toggle v3.0.0's commit message
updated readme, delete readme.next

v2.4.0

Toggle v2.4.0's commit message
git ignore generated source folder