···11----
22-'@0no-co/graphql.web': patch
33----
44-55-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.
-5
.changeset/yellow-meals-fix.md
···11----
22-'@0no-co/graphql.web': patch
33----
44-55-Add missing exports to make apollo-client functional with this library
+9
CHANGELOG.md
···11# @0no-co/graphql.web
2233+## 1.0.10
44+55+### Patch Changes
66+77+- 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
88+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#38](https://github.com/0no-co/graphql.web/pull/38))
99+- Add missing exports to make apollo-client functional with this library
1010+ Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#39](https://github.com/0no-co/graphql.web/pull/39))
1111+312## 1.0.9
413514### Patch Changes