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
Re: https://monday.com/developers/apps/quickstart-view
I was just walking through the tutorial and wanted to point out a couple of things I ran into...
App.js
AppSolution.js
graphql
monday.api(`query { me { name } }`).then((res) => { this.setState({ name: res.data.me.name }); });
Error:
main-8c40824b532720c6a028.js:1 Error: Graphql validation errors
In the playground, that query works great, so I'm not sure what the issue is.
The text was updated successfully, but these errors were encountered:
A note for posterity.
me:read
Sorry, something went wrong.
No branches or pull requests
Re: https://monday.com/developers/apps/quickstart-view
I was just walking through the tutorial and wanted to point out a couple of things I ran into...
App.js
andAppSolution.js
appear to be swapped -App.js
is one that gets loaded, butAppSolution.js
is the one that matches the tutorial.graphql
query error that occurs with this api call:Error:
In the playground, that query works great, so I'm not sure what the issue is.
The text was updated successfully, but these errors were encountered: