Handle deletion of an object which has fields in many microservices of a stitched gateway #4261
Unanswered
hazem-alabiad
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using schema stitching architecture. In my implementation, I have a type that is extended by another microservice. e.g. Organization type is extended by the Website microservice in the following shape:
The problem: when deleting an organization we should all associate websites. What is the best practice to do such an action? I tried to publish a message via pubSub implementation of
graphql-redis-subscriptions
however, seems it is not being executed when the message is published from other microservices.Beta Was this translation helpful? Give feedback.
All reactions