FSharp.Data.GraphQL
FSharp.Data.GraphQL copied to clipboard
Send multiple operations as a single request
Is it possible to send multiple operations as a single request? Imagine that I have some mutation and I want to execute the same mutation with different parameters. Can I do that?
Also, can I mix multiple different operations and send them as a batch?