Skip to content

Tags: graphql-go/graphql

Tags

v0.8.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #642 from Invizory/fix-infinite-recursion-in-parser

Fix infinite recursion in type definition parser

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #495 from bhoriuchi/subscription-execution

Subscription execution

v0.7.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #487 from ainilili/patch-1

Change the double quotation marks from simplified to English

v0.7.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #448 from Fontinalis/extensions

Add extensions support

v0.7.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #423 from graphql-go/formatted-error-private-origi…

…nal-error

errors: adds OriginalError support

v0.7.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #376 from Quasilyte/quasilyte/assignOp

simplify assignments with <op>= syntax

v0.7.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #278 from dvic/travis-race

Pass the '-race' flag to goveralls when running tests on TravisCI

v0.7.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #268 from mrhenry/benchmarks

Add benchmarks

v0.7.3

Merge pull request #247 from christianpv/patch-1

Add dataloader to Third Party Libs in README.md

v0.7.2

Merge pull request #229 from graphql-go/atrniv/fix-cyclic-types

support for cyclic fields on defintion