Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 14:01
331afc5

Patch Changes

  • Add loc getter to parsed DocumentNode fragment outputs to ensure that using fragments created by gql.tada's graphql() function with graphql-tag doesn't crash. graphql-tag does not treat the DocumentNode.loc property as optional on interpolations, which leads to intercompatibility issues
    Submitted by @kitten (See #396)