forked from graph-gophers/graphql-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add directive implementation - match Int input args type with int and int64 - move trace field so can capture recover if panic - [tracer] add tag response data - subscription: add panic handling - panic handling: add extension - subscription: check all fields until find method - exec subscription field: add todo - subscription: method resolver not only in root - separate query, mutation, subscription resolver
- Loading branch information
1 parent
6d71ad7
commit 7f18f91
Showing
79 changed files
with
2,571 additions
and
415 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
CHANGELOG | ||
|
||
[v1.1.0](https://github.com/graph-gophers/graphql-go/releases/tag/v1.1.0) Release v1.1.0 | ||
[v1.1.0](https://github.com/golangid/graphql-go/releases/tag/v1.1.0) Release v1.1.0 | ||
* [FEATURE] Add types package #437 | ||
* [FEATURE] Expose `packer.Unmarshaler` as `decode.Unmarshaler` to the public #450 | ||
* [FEATURE] Add location fields to type definitions #454 | ||
* [FEATURE] `errors.Errorf` preserves original error similar to `fmt.Errorf` #456 | ||
* [BUGFIX] Fix duplicated __typename in response (fixes #369) #443 | ||
|
||
[v1.0.0](https://github.com/graph-gophers/graphql-go/releases/tag/v1.0.0) Initial release | ||
[v1.0.0](https://github.com/golangid/graphql-go/releases/tag/v1.0.0) Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.