Open legopin opened 5 years ago
Graphql-config is a growing config specification that seeks to simplify tools that need to have settings about graphql, it would be nice if this tool can also use the existing configuration options in a .graphqlconfig file.
.graphqlconfig
https://github.com/prisma/graphql-config/blob/master/specification.md
{ "schemaPath": "./schema.graphql" }
Link to graphql-config repo
Sure, I see how we can do this. The only things we need is the base branch but master should handle most of the cases. Will do a PR for this 👍
master
Graphql-config is a growing config specification that seeks to simplify tools that need to have settings about graphql, it would be nice if this tool can also use the existing configuration options in a
.graphqlconfig
file.https://github.com/prisma/graphql-config/blob/master/specification.md
Link to graphql-config repo