graphql v2.0.14 Release Notes

Release Date: 2022-09-08 // over 1 year 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