prisma-labs / get-graphql-schema

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

unicode replacement character #42

Open garfieldmoore opened 4 years ago

garfieldmoore commented 4 years ago

I created a schema using your tool to feed into graphdoc. However, the schema created contained a "\uFFFD" as the first character - which created issues with graphdoc.

is this a problem with your package?