Skip to content

Commit

Permalink
Merge pull request #1462 from apollographql/bundled-printer-dts
Browse files Browse the repository at this point in the history
Remove the declaration of graphql-tag/bundledPrinter
  • Loading branch information
helfer authored Mar 28, 2017
2 parents b8b3d12 + 57b849c commit 15a15f5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions typings.d.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
/*

GRAPHQL
*/
declare module 'graphql/language/parser' {
import { Source, ParseOptions, DocumentNode } from 'graphql';
// XXX figure out how to directly export this method
function parse(
source: Source | string,
options?: ParseOptions
): DocumentNode;
}

declare module 'graphql/language/printer' {
function print(ast: any): string;
}

0 comments on commit 15a15f5

Please sign in to comment.