Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Query for same field multiple times #88

Closed
hakanmhmd opened this issue Aug 19, 2019 · 1 comment
Closed

Query for same field multiple times #88

hakanmhmd opened this issue Aug 19, 2019 · 1 comment

Comments

@hakanmhmd
Copy link

hakanmhmd commented Aug 19, 2019

query {
    myUser: user(username: "visa") { ... }
    myFavoriteUser: user(username: "amex") { ... }
}

If i were to have a query like the one above, how is it possible to implement it with Nodes?

@chemdrew
Copy link
Contributor

chemdrew commented Sep 3, 2019

check out this post for some better docs on using it.

@chemdrew chemdrew closed this as completed Sep 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants