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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type