-
-
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 support via cli #5697
GraphQL support via cli #5697
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5697 +/- ##
==========================================
- Coverage 94.01% 93.63% -0.38%
==========================================
Files 143 145 +2
Lines 10094 10187 +93
==========================================
+ Hits 9490 9539 +49
- Misses 604 648 +44
Continue to review full report at Codecov.
|
You can generate the CLI definitions |
ae3f43c
to
7bad5e7
Compare
Thanks for guiding me on this @dplewis . I've just updated the PR. I also included basic instructions in the repository README file about how to run/use the GraphQL API. Could you have a try on this? |
I also created this project (https://github.com/parse-community/parse-server/projects/5) with the next priorities I have in mind. |
@davimacedo I appreciate if you don’t feel it’s ready yet, but when you do could you please add a section in the Parse Server guide (docs repo) about GraphQL. |
@TomWFox I am working on this right now: |
I am actually creating a new guide: /graphql/guide/ What do you think? |
@davimacedo I can see the sense in that as Cloud Code is a separate guide, although it does seem a bit weird considering the GraphQL api is/will be included in the Parse Server API Reference. Maybe you should open an issue/pr on the docs repo so we can add more thoughts there. |
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.
LGTM! I tried it and it works.
* Including GraphQL options in CLI - now it was auto-generated * Improving the way that the headers are passed to the playground * Including README notes about GraphQL * Improving final text
GraphQL and Playground can now be launched using the CLI.