graphql v2.0.13 Release Notes

Release Date: 2022-08-12 // 10 months ago
  • ๐Ÿ†• New features

    • ๐Ÿ”ง Fields: add configuration methods for default_value and prepare #4156
    • ๐Ÿ”€ Static validation: merge directive errors when they're on the same location or directive

    ๐Ÿ› Bug fixes

    • Subscriptions: properly use the given .trigger(... context: ) for determining subscription root field visibility #4160
    • ๐Ÿ›  Fix fields that use hash_key: and have a falsy value for that key #4132
    • Variable validation: respect validate_max_error limit
    • ๐ŸŽ Performance: use Array#+ to add objects during execution #4142