-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Description
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.jsandAppSolution.jsappear to be swapped -App.jsis one that gets loaded, butAppSolution.jsis the one that matches the tutorial.- There is a
graphqlquery error that occurs with this api call:
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.
Metadata
Metadata
Assignees
Labels
No labels