graphql v2.0.14 Release Notes
Release Date: 2022-09-08 // over 2 years ago-
๐ New features
- ๐ Input Objects: support
one_of
for input objects that allow exactly one argument #4184 - ๐ Dataloader: add
source.merge({ ... })
for adding objects to dataloader source caches #4186 - Validation: generate new schemas with a suggested
max_validation_errors
of 100 #4179
๐ Bug fixes
- ๐ Lookahead: improve performance when field names are given as symbols #4189
- โ Runtime: simplify some internal code #4183
- ๐ Datadog tracing: remove deprecated options #4159
- ๐ Input Objects: support