Hey there, I’m using apollo federation with additional schema stitcher layer where I implement subscriptions. In that subscription as payload I get an object, in my case conversation, this conversation has ConversationParticipants, however they are not getting resolved. Conversation and ConversationParticipants at this moment stands in the same service. However, as I see the problem is that I’m trying to resolve ConversationParticipants from my schema stitcher layer where my subscriptions stands. Am I correct? If I am, how would you go about solving that? Would you use resolveReference? Does it work if not a singular entity, but a list of participants? Would appreciate your help tho
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
__resolveReference is not called for external federated services | 6 | 1375 | March 30, 2022 | |
Apollo Federation resolving requests for entities | 0 | 601 | December 2, 2021 | |
Are object resolvers broken with custom schema directives? | 6 | 1492 | April 20, 2022 | |
How to share an interface with another service? | 0 | 815 | June 23, 2022 | |
Federated graph resolve embedded document using mongodb | 0 | 374 | July 6, 2022 |