Skip to content
New issue

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

ERROR: Error: Query.getMessages defined in resolvers, but not in schema #47

Open
ToufeeqP opened this issue May 1, 2020 · 0 comments
Open

Comments

@ToufeeqP
Copy link

ToufeeqP commented May 1, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant