Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support graphql-config #7

Open
legopin opened this issue Nov 26, 2018 · 1 comment
Open

Support graphql-config #7

legopin opened this issue Nov 26, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@legopin
Copy link

legopin commented Nov 26, 2018

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

{
  "schemaPath": "./schema.graphql"
}

Link to graphql-config repo

@spyl94
Copy link
Owner

spyl94 commented Nov 26, 2018

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 👍

@spyl94 spyl94 added the enhancement New feature or request label Nov 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants