Skip to content

Releases: golangid/graphql-go

change type of directive func & add err extension

08 Sep 05:59
Compare
Choose a tag to compare
v0.0.9

change type of directive func & add err extension

custom improvement

08 Sep 03:43
Compare
Choose a tag to compare
- 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

resolver: add stringer in scalar String type

16 Apr 03:19
Compare
Choose a tag to compare
v0.0.7

resolver: add stringer in scalar String type

match Int input args type with int and int64

30 Nov 03:00
Compare
Choose a tag to compare
v0.0.6

match Int input args type with int and int64

move trace field so can capture recover if panic

29 Oct 14:16
Compare
Choose a tag to compare
v0.0.5

move trace field so can capture recover if panic

[tracer] add tag response data

26 Oct 13:19
Compare
Choose a tag to compare
v0.0.4

[tracer] add tag response data

improve panic handling

22 Oct 15:06
Compare
Choose a tag to compare
v0.0.3

subscription: add panic handling

Subscription: check all fields until find method

27 Jul 14:14
Compare
Choose a tag to compare
v0.0.2

subscription: check all fields until find method

Improve subscription and Int scalar type

23 Jul 16:06
Compare
Choose a tag to compare
v0.0.1

update import to local path