Skip to content

Commit 60868ad

Browse files
committed
Changeset update'
1 parent 6acfaec commit 60868ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/metal-books-live.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
'@graphprotocol/client-polling-live': major
3+
'@graphprotocol/client-cli': patch
34
---
45

56
New Polling-based Live Queries plugin

packages/polling-live/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { isAsyncIterable, Plugin } from '@envelop/core'
2-
import { DirectiveNode, getOperationAST, GraphQLError, Kind, OperationTypeNode, visit } from 'graphql'
2+
import { DirectiveNode, GraphQLError, Kind, visit } from 'graphql'
33
import { Repeater } from '@repeaterjs/repeater'
44
import { mergeSchemas } from '@graphql-tools/schema'
55

0 commit comments

Comments
 (0)