graphql v2.0.13 Release Notes
Release Date: 2022-08-12 // 10 months ago-
๐ New features
- ๐ง Fields: add configuration methods for
default_value
andprepare
#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
- ๐ง Fields: add configuration methods for