Mirror: The spec-compliant minimum of client-side GraphQL.

Version Packages (#40)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

-5
.changeset/tiny-gifts-exercise.md
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
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
···
-
---
-
'@0no-co/graphql.web': patch
-
---
-
-
Add missing exports to make apollo-client functional with this library
+9
CHANGELOG.md
···
# @0no-co/graphql.web
+
## 1.0.10
+
+
### 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 [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#38](https://github.com/0no-co/graphql.web/pull/38))
+
- Add missing exports to make apollo-client functional with this library
+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#39](https://github.com/0no-co/graphql.web/pull/39))
+
## 1.0.9
### Patch Changes
+1 -1
jsr.json
···
{
"name": "@0no-co/graphql-web",
-
"version": "1.0.9",
+
"version": "1.0.10",
"exports": "./src/index.ts"
}
+1 -1
package.json
···
{
"name": "@0no-co/graphql.web",
"description": "A spec-compliant client-side GraphQL implementation",
-
"version": "1.0.9",
+
"version": "1.0.10",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/graphql.web",