graphql v2.0.7 Release Notes

Release Date: 2022-04-25 // almost 2 years ago
  • ๐Ÿ†• New Features

    • โšก๏ธ Subscriptions: support validate_update: false to disable validation when running subscription updates #4039
    • ๐Ÿ”ฆ Expose duplicated name on DuplicateNamesError #4022

    ๐Ÿ› Bug Fixes

    • Datadog: improve tracer #4038
    • โช hash_key: try stringified hash key when resolving fields (this restores previous behavior) #4043
    • ๐Ÿ–จ Printer: Don't print empty field set when types have no fields ({\n}) #4042
    • Dataloader: improve handoff between lazy resolution and dataloader resolution #4036
    • โœ‚ Remove unused Lazy::Resolve module from legacy execution code #4035