Closed sibelius closed 7 years ago
it would be nice to have an example of how to implement this query:
{ users(limit: 5) { name friends(limit: 5) { name friends(limit: 5) { name friends(limit: 5) { name } } } } }
using this package
Thanks for the suggestion! I’ve added examples that are also now used in the test suite 😊
tks for the great work
it would be nice to have an example of how to implement this query:
using this package