Skip to content

Commit

Permalink
Add DocumentNode to gql declaration (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and jnwng committed Jul 19, 2018
1 parent 1648b6d commit ae792b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
@@ -1,3 +1,5 @@
export default function gql(literals: any, ...placeholders: any[]): any;
import { DocumentNode } from 'graphql';

export default function gql(literals: any, ...placeholders: any[]): DocumentNode;
export function resetCaches(): void;
export function disableFragmentWarnings(): void;

0 comments on commit ae792b6

Please sign in to comment.