Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-02-05 | 766 Bytes | |
v0.7.9 source code.tar.gz | 2020-02-05 | 169.0 kB | |
v0.7.9 source code.zip | 2020-02-05 | 224.6 kB | |
Totals: 3 Items | 394.3 kB | 0 |
- 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]