-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
GraphQL custom schema on CLI #5828
GraphQL custom schema on CLI #5828
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor consistency suggestions
Co-Authored-By: Tom Fox <tomfox@surprises.io>
Codecov Report
@@ Coverage Diff @@
## master #5828 +/- ##
==========================================
- Coverage 93.75% 93.68% -0.07%
==========================================
Files 148 148
Lines 10296 10301 +5
==========================================
- Hits 9653 9651 -2
- Misses 643 650 +7
Continue to review full report at Codecov.
|
Co-Authored-By: Tom Fox <tomfox@surprises.io>
Co-Authored-By: Tom Fox <tomfox@surprises.io>
Danger run resulted in 1 fail; to find out more, see the checks page. Generated by 🚫 dangerJS |
Co-Authored-By: Tom Fox <tomfox@surprises.io>
* Add --graphQLSchema to CLI * Add custom graphql schema instructions to readme file * Update README.md Co-Authored-By: Tom Fox <tomfox@surprises.io> * Update src/Options/Definitions.js Co-Authored-By: Tom Fox <tomfox@surprises.io> * Update src/Options/docs.js Co-Authored-By: Tom Fox <tomfox@surprises.io> * Update src/Options/index.js Co-Authored-By: Tom Fox <tomfox@surprises.io>
This PR empowers Parse Server CLI with the option to read from a
schema.graphql
to create a custom GraphQL schema that will be merged to the auto-generated one.