AWS AppSync does not validate input field types and is not throwing any error
I have AWS AppSync API with lambda resolvers (Typescript) which works quite well. However I found out that apparently there is no validation on the input field type happening when the API is called from a client (Postman) and I was wondering why?
Nested types / wrapping GraphQL queries in app context
I am using GraphQL and was wondering, if it is possible to have nested queries so you can have the same query name but within different “context”. For example: