Skip to content

Tags: dariuszkuc/graphql-java

Tags

v10.0

Toggle v10.0's commit message
fix master deployment

v9.3

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

v9.2

Toggle v9.2's commit message
deploy branch builds

v9.1

Toggle v9.1'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#1097 from graphql-java/node-traverser

make NodeTraverser public and improves it with preOder/postOrder methods

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)