Skip to content

Commit 562b58d

Browse files
refactor(overmind-graphql): remove unnecessasry interface extension
1 parent 54ecee7 commit 562b58d

File tree

1 file changed

+1
-2
lines changed
  • packages/node_modules/overmind-graphql/src

1 file changed

+1
-2
lines changed

packages/node_modules/overmind-graphql/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ import {
55
Options,
66
} from 'graphql-request/dist/src/types';
77
import { print } from 'graphql/language/printer';
8-
import { DocumentNode } from 'graphql'
98
import { Socket as PhoenixSocket } from 'phoenix';
109

1110
import gqlTag from 'graphql-tag';
1211

13-
export interface Query<Result extends any, Payload extends any = void> extends DocumentNode {
12+
export interface Query<Result extends any, Payload extends any = void> {
1413
(payload: Payload): Result;
1514
}
1615

0 commit comments

Comments
 (0)