danielvladco / go-proto-gql

Protobuf plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use standardized file extension or make it configurable

gurre opened this issue · comments

It's better to use the standardized file extension of .graphql or allow both.

Could this be configurable? Great tool otherwise!

graphql/graphql-spec#203

Latest commit changes the default extension of graphql files to .graphql.
The tool also accepts a new argument ext to control the extension of the graphql files