-
Notifications
You must be signed in to change notification settings - Fork 12
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
Gabriel/Step two #44
base: main
Are you sure you want to change the base?
Gabriel/Step two #44
Conversation
"description": "A guide to help developers onboard to the Button stack by building a simple todo app.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" |
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.
you need a script here to point postgraphile to your database & allow you to view the graphiql interface we looked at this morning.
The quickstart command here: https://www.graphile.org/postgraphile/introduction/ should be similar to what you need.
If it's working correctly, you should be able to go to the /graphiql endpoint and see the interface.
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 have added it into script at the step 4.
The Interface is running fine.
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.
The package.json is missing the command that tells postgraphile where your database lives and to allow you to view the graphiql endpoint
No description provided.