We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run yarn generate in the terminal. Please make sure the Codegen and plugins version under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
From the docs page, the order that is used to load the configs should be:
Instead in the implementation package.json comes after the "rc files": https://github.com/kamilkisiela/graphql-config/blob/523362dbb8bd81cc30838cde6e33f71e6979e7ab/src/helpers/cosmiconfig.ts#LL57-L74C5
To Reproduce
.graphqlrc.js
Expected behavior
The section inside the "package.json" should take precedence
Environment:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue workflow progress
Progress of the issue based on the Contributor Workflow
Describe the bug
From the docs page, the order that is used to load the configs should be:
Instead in the implementation
package.json
comes after the "rc files": https://github.com/kamilkisiela/graphql-config/blob/523362dbb8bd81cc30838cde6e33f71e6979e7ab/src/helpers/cosmiconfig.ts#LL57-L74C5To Reproduce
.graphqlrc.js
Expected behavior
The section inside the "package.json" should take precedence
Environment:
The text was updated successfully, but these errors were encountered: