grand-stack-starter
grand-stack-starter copied to clipboard
Combine multiple client calls into one
To make one of my nodes I have to make 3 graphql calls from my mobile app. Is there a way that I can make a new mutation that is called once and on the server it makes the 3 graphql calls? I'm just trying to reduce the client calls