v0.8.0
版本发布时间: 2021-08-29 08:10:34
graphql-go/graphql最新发布版本:v0.8.1(2023-04-11 02:20:23)
- 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