Anyone have an example of using pipeline resolvers...
# help
g
Anyone have an example of using pipeline resolvers in the cdk? Currently trying to have a resolver that first does a transact update and then queries the full item to return after the update.
f
Hey @Garret Harp, we have an open issue for this https://github.com/serverless-stack/serverless-stack/issues/1221
What’s ur timeline on this? We can try to add support for it before that.
g
I've actually not been using the sst appsync api at all since I am defining the schema as code rather than in a graphql file. I will probably have to just play around with it myself but from what I have seen on the aws docs pipeline resolvers are not very well defined in how they work 😅 Was hoping someone maybe had an example where they used it nd try and understand it based on that
g
Ah ok that snippet makes it more clear what happens, thanks