You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am trying to test the AppSync API with serverless-appsync-offline, I am getting the above error. I have defined the getMessages field in query type of schema file as: type Query { getMessages(type: String!): [Message]! }
I have defined Message type & the resolvers as well.
The text was updated successfully, but these errors were encountered:
When I am trying to test the AppSync API with serverless-appsync-offline, I am getting the above error. I have defined the
getMessages
field in query type of schema file as:type Query { getMessages(type: String!): [Message]! }
I have defined Message type & the resolvers as well.
The text was updated successfully, but these errors were encountered: