graphql - creating multiple concurrent query

We can create multiple concurrent query in graphql by using the following


query {
  a: blog {
    id
    userInput
  }
  b: blog {
    id
    userInput
  }
}

And that would look something like this 



Comments

Popular posts from this blog

vllm : Failed to infer device type

android studio kotlin source is null error

gemini cli getting file not defined error