Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
test: tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Dec 30, 2017
1 parent 6856e1e commit ce85963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce85963

Please sign in to comment.