Best Practices for Apollo Federation -- Mutations #4163
Unanswered
rishabhp58
asked this question in
General
Replies: 1 comment
-
Is there any update? @theshabh58 how did you end up solving the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
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'm currently working with two federated schemas. Is it possible for me to use mutations to change data against both of the data sources? Using a single mutation?
Is it best practice/recommendation that federation be used for only Query types and not for mutations? i.e. for mutations make a separate/independent calls to service x and service y.
Any guidance on this is appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions