Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-08-21 | 1.1 kB | |
v0.8.0 source code.tar.gz | 2021-08-21 | 174.3 kB | |
v0.8.0 source code.zip | 2021-08-21 | 232.5 kB | |
Totals: 3 Items | 407.9 kB | 0 |
- subscription:
graphql.Subscribe
implementation @ https://github.com/graphql-go/graphql/pull/495 - language/printer: string quoting fix @ https://github.com/graphql-go/graphql/pull/587
- README: replaces https://godoc.org in favor of https://pkg.go.dev links @ https://github.com/graphql-go/graphql/pull/593 & https://github.com/graphql-go/graphql/pull/591
- {executor,schema}: use invariantf for performance improvement @ https://github.com/graphql-go/graphql/pull/590
- examples/sql-nullstring: fix error handling @ https://github.com/graphql-go/graphql/pull/569
- examples: adds
http-post
example @ https://github.com/graphql-go/graphql/pull/575 - examples/todo/schema:
TodoSchema
@ https://github.com/graphql-go/graphql/pull/574 - definition: fix error handling @ https://github.com/graphql-go/graphql/pull/561
- util:
encoding.TextMarshaler
support forBindFields
@ https://github.com/graphql-go/graphql/pull/503 - graphql: typo fix @ https://github.com/graphql-go/graphql/pull/551
- language/printer: description printing support @ https://github.com/graphql-go/graphql/pull/485