Graphql Ruby Versions Save

Ruby implementation of GraphQL

v1.12.4

3 years ago

v1.12.3

3 years ago

v1.12.2

3 years ago

v1.12.1

3 years ago

v1.12.0

3 years ago

v1.11.7

3 years ago

v1.11.6

3 years ago

Breaking changes

  • FieldExtension: pass extended values instead of originals to after_resolve #3168

New features

  • Accept additional options in global_id_field macro #3196

Bug fixes

  • Use graphql_name in UnauthorizedError default message (fixes #3174) #3176
  • Improve error handling for base 64 decoding (in UniqueWithinType) #3179
  • Fix .valid_isolated_input? on parsed schemas (fixes #3181) #3182
  • Fix fields nullability in subscriptions documentation #3194
  • Update RangeAdd to use new connections when available #3195

v1.11.5

3 years ago

v1.11.4

3 years ago

v1.9.11

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