prisma-labs / get-graphql-schema

Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
669 stars 62 forks source link

Use newer version of graphql #19

Closed pie6k closed 6 years ago

pie6k commented 6 years ago

Versions of graphql before version 0.12 are causing

image

When you have multiple instances of graphql in node_modules. - https://github.com/graphql/graphql-js/pull/1174/files <-- more informations.

ThisIsMissEm commented 6 years ago

Fixed by #26