We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ecee7 commit 562b58dCopy full SHA for 562b58d
packages/node_modules/overmind-graphql/src/index.ts
@@ -5,12 +5,11 @@ import {
5
Options,
6
} from 'graphql-request/dist/src/types';
7
import { print } from 'graphql/language/printer';
8
-import { DocumentNode } from 'graphql'
9
import { Socket as PhoenixSocket } from 'phoenix';
10
11
import gqlTag from 'graphql-tag';
12
13
-export interface Query<Result extends any, Payload extends any = void> extends DocumentNode {
+export interface Query<Result extends any, Payload extends any = void> {
14
(payload: Payload): Result;
15
}
16
0 commit comments