GraphQL mutation several resources in a single submit/transaction?
In the case where you have a root object say "inventory", then sub objects off them which have specific fields e.g. book or drink.
I'm able to use graphql to load several objects at once, but i can't work out how to mutate several at once - is this something that should be possible? Ideally as a complex mutation, where you provide details of both the parent and child objects?
I'm able to use graphql to load several objects at once, but i can't work out how to mutate several at once - is this something that should be possible? Ideally as a complex mutation, where you provide details of both the parent and child objects?
