What are the limitations of using AWS appsync api(GraphQL) through Amplify? – Amazon web services
I just want to avoid use of custom/manual resolvers in appsync completely. So I'm using Amplify to setup GraphQL appsync API in my app. I'm doing all the stuffs by changing schema.graphql and amplify push. I have 2 questions :…