How can I send multiple mutations in one request? ...
# orm-help
v
How can I send multiple mutations in one request? and how to handle at ruby-server side?
j
For your first question, isn’t this the job of your client eg Apollo?
If it is, then Apollo has a compose function that lets you do this.