Skip to content

quickstart-react issues #12

@anderslyman

Description

@anderslyman

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...

  1. App.js and AppSolution.js appear to be swapped - App.js is one that gets loaded, but AppSolution.js is the one that matches the tutorial.
  2. There is a graphql query 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions