-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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 note regarding location of '/___graphql' #1728
Conversation
Deploy preview ready! Built with commit 4ec1858 |
Deploy preview ready! Built with commit 4ec1858 |
@@ -17,7 +17,7 @@ modify pages created in core or plugins or to create client-only pages. | |||
|
|||
To see what pages are being created by your code or plugins, you can query | |||
for page information while developing in Graph*i*QL. Paste the following | |||
query in the Graph*i*QL IDE for your site. | |||
query in the Graph*i*QL IDE for your site. The graphql API is accessible at `/__graphql`. |
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.
Good call!
I'd assume most people would want to use the IDE not directly query the endpoint.
Perhaps change the language to: "The GraphiQL IDE is available when running your sites development server at HOST:PORT/__graphql
e.g. localhost:8000/__graphql
."
Pushed a tweak to the copy, thanks! |
Thanks man. Sorry I didn't make it back to this yet. Loving Gatsby these days! Great work! |
No worries, easy for me to make tweak. Looking forward to more great PRs from ya! |
Hiya @abeaclark! 👋 This is definitely late, but on behalf of the entire Gatsby community, I wanted to say thank you for being here. Gatsby is built by awesome people like you. Let us say “thanks” in two ways:
If you have questions, please don’t hesitate to reach out to us: tweet at @gatsbyjs and we’ll come a-runnin’. Thanks again! 💪💜 |
No description provided.