From ce85963d8727be8cbd7955779265efe57f519a13 Mon Sep 17 00:00:00 2001 From: Kim Brandwijk Date: Sat, 30 Dec 2017 06:08:53 +0100 Subject: [PATCH] test: tweaking --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 7ceee71..be2bf2e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,7 @@ ${Object.keys(generators).map(k => `'${k}`).join(', ')}`) } const document: DocumentNode = parse(schema, { noLocation: true }) + const ast: GraphQLSchema = buildASTSchema(document) // Create types