Amplify API GraphQL – Unable to query from aws console

Amplify API GraphQL – Unable to query from aws console


0

I have deployed a new GraphQL private API to my aws console. While I am trying to run the query from aws console, I am getting below error

Cannot read properties of undefined (reading 'data')

Here is my query:

query MyQuery {
  listData(limit: 10) {
    nextToken
  }
}


Load 4 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *