Skip to content

v7.0.0

Compare
Choose a tag to compare
@kenneth-gray kenneth-gray released this 15 Feb 16:16
63f1d28

7.0.0 (2020-02-15)

Bug Fixes

  • parsing of GraphQL AST improved so that the operation type and name check is correct (976c1b7)

BREAKING CHANGES

  • Stricter checks when checking for operation names. They must be specified
    when more than one operation is present. They must be found in the submitted operations.