Overwriting and customizing resolvers
See original GitHub issueIs it possible to overwrite and/or customize resolvers similar to what Amplify CLI allows (https://docs.amplify.aws/cli/graphql-transformer/resolvers) using this project? I did notice the @mapped
directive but is that for a slightly different use case? The documentation for that directive was a bit sparse so my understanding can well be a bit off here 🙂
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
API (GraphQL) - Overwrite & customize resolvers - Amplify Docs
Resolvers are the mechanism by which requests are fulfilled. Learn how to overwrite or add custom resolvers with Amplify. - AWS Amplify Docs....
Read more >AWS Amplify / Appsync Custom resolvers | by Casper Bottelet
Custom resolvers are a function that will execute on a given query or mutation as soon as the response finished. A resolver should...
Read more >Configuring resolvers (VTL) - AWS AppSync
Create a resolver by running the create-resolver command. You'll need to type in 6 parameters for this particular command: · To modify a...
Read more >Possible to override default GraphQL @model resolvers with ...
I'm hoping to leverage a GraphQL model managed by Amplify / AppSync and build on that, using the DynamoDB table for storage but...
Read more >Resolvers – GraphQL Tools
Resolvers are per field functions that are given a parent object, arguments, and the execution context, and are responsible for returning a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
any updates on this? would love to to be able to overwrite or customize the resolvers that amplify CLI generates
Here is what I’ve done for overriding mapping templates. You can specify the request and/or response https://github.com/kcwinner/cdk-appsync-transformer/pull/285
I have one other piece I want to test and will merge it in tomorrow.