We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to run the GraphQLDemoApp for the first time, so I downloaded the repo and run the command:
php bin/console server:start
I am getting the correct (error) response to 'http://127.0.0.1:8000/graphql' but when I am trying to specify query, this is what I get:
| => curl -XPOST 'http://127.0.0.1:8000/graphql' -F 'query={ todos { id } }' { "errors": [ { "message": "An exception occured in driver: SQLSTATE[HY000] [1045] Access denied for user \u0027root\u0027@\u0027localhost\u0027 (using password: YES)" } ] }
What am I missing here?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to run the GraphQLDemoApp for the first time, so I downloaded the repo and run the command:
php bin/console server:start
I am getting the correct (error) response to 'http://127.0.0.1:8000/graphql' but when I am trying to specify query, this is what I get:
What am I missing here?
The text was updated successfully, but these errors were encountered: