GraphQL improvements 🐝
Mark | Type | Count | Packages |
---|---|---|---|
Features | 2 | graphql |
|
Bug Fixes | 1 | testing |
Package graphql
Features
- New setting
builder.allowed_directives
to control which directives should be copied from the original field into generated (#132, c38d337) - Support of
extend scalar/etc X
to add operators (c7bd1c4)
Package testing
Bug Fixes
ScalarStrictComparator
will respect$ignoreCase
(b7919c9)