v0.7.9
版本发布时间: 2020-02-09 04:52:07
graphql-go/graphql最新发布版本:v0.8.1(2023-04-11 02:20:23)
- executor: better error handling @ #459
- introspection: ensuring fields & interfaces initialization @ #469
- docs: formatting & link fixes @ #487, #497
- tests: example of a query with variables @ #491
- executor: ordered execution of mutations @ #493
- examples:
sql.NullString
scalar example @ #501 - scalars: bitsize increased to 64 when parsing literals for floats @ #511
- examples/crud: better formatting @ #512
- testutil: test data fix @ #513
- rules: better check of overlapping fields @ #521
- scalars: un-serialization of
time.Time
support forDateTime
@ #523 - introspection: fixes false-positive deprecation of fields @ #524
- extensions: better capture of errors for
resolveFieldFinishFn
@ #526