Extend AppSync API in Amplify Gen2 to support field level resolvers
In Amplify Gen2 you can define a model or a customType – models are always linked to DynamoDB and customTypes are not linked to a datasource – however you can add a new one but this can only be resolved by a queryHandler. Taking the following example:
AWS Appsync Subscription
I need to Subscribe to AWS Appsync with a custom filter to ensure my device recevies only the data that I want.