| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-19 | 799 Bytes | |
| v1.10.2 source code.tar.gz | 2026-05-19 | 284.7 kB | |
| v1.10.2 source code.zip | 2026-05-19 | 347.7 kB | |
| Totals: 3 Items | 633.1 kB | 0 | |
What's Changed
This release makes validation of deprecated fields opt-in. The validation of deprecated fields behaves like in v1.9.0 again. If you want strict validation of deprecated fields use the graphql.ValidateDeprecated() schema option to enforce it.
- feat: validate deprecated fields by @pavelnikolov in https://github.com/graph-gophers/graphql-go/pull/756
- fix: clone inherits validate deprecated by @pavelnikolov in https://github.com/graph-gophers/graphql-go/pull/757
- chore: update example deps by @pavelnikolov in https://github.com/graph-gophers/graphql-go/pull/758
- refactor(exec): lookupOrBuildExec by @pavelnikolov in https://github.com/graph-gophers/graphql-go/pull/753
Full Changelog: https://github.com/graph-gophers/graphql-go/compare/v1.10.1...v1.10.2