-
-
Notifications
You must be signed in to change notification settings - Fork 514
Add GraphQL guide #630
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
Add GraphQL guide #630
Conversation
@TomWFox I think now we have a first version. I will continue sending more PRs later to enrich it. |
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.
@davimacedo Looks really good! A couple minor comments & changes but nothing major
$ npm install -g parse-server mongodb-runner | ||
$ mongodb-runner start | ||
$ parse-server --appId APPLICATION_ID --masterKey MASTER_KEY --databaseURI mongodb://localhost/test --mountGraphQL --mountPlayground | ||
``` |
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.
I don't mind if this isn't done in this PR, but do we need to provide different instructions for Windows users?
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.
Sure. Do you have an Windows machine to test by any chance? :)
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.
no. @oallouch I believe you use a Windows machine? - if you get a chance it would be great if you could test this out.
Co-Authored-By: Tom Fox <[email protected]>
Co-Authored-By: Tom Fox <[email protected]>
Co-Authored-By: Tom Fox <[email protected]>
No description provided.