Mutation on multiple source #7085
Unanswered
dvivarelli
asked this question in
Q&A
Replies: 1 comment
-
I guess if you add additional resolver and call both mutations inside that additional resolver ? |
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
-
Hello.
I'm trying ti use graphql mesh, but i have a question.
If i have two graphql services can a mutation span over the two micro services?
Example:
`
I want to call addResourceA for create a resourceA and resourceB sending an input like
{Id:1, name:'Test', resB: { id:5, address: 'xxxxx', zip: '0000'}}
Is It supported?
Beta Was this translation helpful? Give feedback.
All reactions