Closed hakanmhmd closed 5 years ago
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?
check out this post for some better docs on using it.
If i were to have a query like the one above, how is it possible to implement it with Nodes?