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. |
dplewis
left a comment
There was a problem hiding this comment.
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.