graphql-cli-codegen
graphql-cli-codegen copied to clipboard
Updated to latest apollo-codegen
Updated dependencies to use the latest apollo-codegen.
Removed the getSchema
and writeSchema
implementations and the hard-coded '/tmp/gql-schema.json
location. Instead rely on apollo-codegen generate to resolve the schema from config file.
Included fix from #3 (thanks @0xcaff)