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

Configure Feed

Select the types of activity you want to include in your feed.

Version Packages (#47)

authored by

github-actions[bot] and committed by
GitHub
6bbba37a 405d23c2

+9 -7
-5
.changeset/soft-penguins-switch.md
··· 1 - --- 2 - '@0no-co/graphql.web': patch 3 - --- 4 - 5 - Fix printing when a manually created AST node with an empty selection set array is passed to the printer
···
+7
CHANGELOG.md
··· 1 # @0no-co/graphql.web 2 3 ## 1.0.11 4 5 ### Patch Changes
··· 1 # @0no-co/graphql.web 2 3 + ## 1.0.12 4 + 5 + ### Patch Changes 6 + 7 + - ⚠️ Fix printing when a manually created AST node with an empty selection set array is passed to the printer 8 + Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#46](https://github.com/0no-co/graphql.web/pull/46)) 9 + 10 ## 1.0.11 11 12 ### Patch Changes
+1 -1
jsr.json
··· 1 { 2 "name": "@0no-co/graphql-web", 3 - "version": "1.0.11", 4 "exports": "./src/index.ts" 5 }
··· 1 { 2 "name": "@0no-co/graphql-web", 3 + "version": "1.0.12", 4 "exports": "./src/index.ts" 5 }
+1 -1
package.json
··· 1 { 2 "name": "@0no-co/graphql.web", 3 "description": "A spec-compliant client-side GraphQL implementation", 4 - "version": "1.0.11", 5 "author": "0no.co <hi@0no.co>", 6 "source": "./src/index.ts", 7 "main": "./dist/graphql.web",
··· 1 { 2 "name": "@0no-co/graphql.web", 3 "description": "A spec-compliant client-side GraphQL implementation", 4 + "version": "1.0.12", 5 "author": "0no.co <hi@0no.co>", 6 "source": "./src/index.ts", 7 "main": "./dist/graphql.web",