Skip to content

graphql 0.10.1

New:

  • Spec compliance: Continued progress towards Subscription support, adding Validation rules (#882)

Fixed:

  • Better handling of Errors from execute() function, returning resolved GraphQL responses instead of rejected promises for spec-described errors. (#883)
  • Fixed flow issues when using GraphQL.js with some optional configuration with Flow v47 (#885)