graphql v1.9.11 Release Notes

Release Date: 2019-08-29 // over 4 years ago
  • 1.9.11 (29 Aug 2019)

    ๐Ÿ†• New features

    • โž• Add extras setter to GraphQL::Schema::Field #2450
    • โž• Add extensions in CoercionError #2431

    ๐Ÿ› Bug fixes

    • ๐Ÿ’Ž Make extensions kwarg on field on more flexible for extensions with options #2443
    • ๐Ÿ›  Fix list validation error handling #2441
    • ๐Ÿ’Ž Include introspective fields in query depth calculations #2437
    • ๐Ÿ’Ž Correct the example for using 'a class method to generate fields' #2435
    • ๐Ÿ’Ž Enable multiple execution errors for Fields defined to return a list #2433