@graphiql/toolkit
Advanced tools
Comparing version 0.11.1-canary-62b238a6.0 to 0.11.1-canary-c0342c2d.0
# @graphiql/toolkit | ||
## 0.11.1-canary-62b238a6.0 | ||
## 0.11.1-canary-c0342c2d.0 | ||
### Patch Changes | ||
- [#3773](https://github.com/graphql/graphiql/pull/3773) [`31edfab`](https://github.com/graphql/graphiql/commit/31edfab441304d8eb3358acebc475c51e5646e8b) Thanks [@yaacovCR](https://github.com/yaacovCR)! - use latest stable version of graphql 16.9.0 for tests | ||
- [#3811](https://github.com/graphql/graphiql/pull/3811) [`b94ff26`](https://github.com/graphql/graphiql/commit/b94ff267d823401a0f576471655763907fdfaeb0) Thanks [@acao](https://github.com/acao)! - Fix type export to prevent build time bugs | ||
@@ -9,0 +9,0 @@ ## 0.11.0 |
{ | ||
"name": "@graphiql/toolkit", | ||
"version": "0.11.1-canary-62b238a6.0", | ||
"version": "0.11.1-canary-c0342c2d.0", | ||
"description": "Utility to build a fetcher for GraphiQL", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
import { DocumentNode, visit } from 'graphql'; | ||
import { meros } from 'meros'; | ||
import { | ||
import type { | ||
Client, | ||
@@ -9,2 +9,3 @@ ClientOptions, | ||
} from 'graphql-ws'; | ||
import { | ||
@@ -11,0 +12,0 @@ isAsyncIterable, |
306565