timqian / gql-generator

Generate queries from graphql schema, used for writing api test.
MIT License
374 stars 93 forks source link

Allow unicode emojis in comments for schema #23

Closed chasezimmy closed 5 years ago

chasezimmy commented 5 years ago

A fix for issue #12. Added an encoding (utf-8) for readFileSync.

timqian commented 5 years ago

thanks @chasezimmy the new version has been published to npm https://www.npmjs.com/package/gql-generator/v/1.0.12