Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Give more examples of how to use List #1171

Open
jkimbo opened this issue Apr 1, 2020 · 0 comments
Open

Documentation: Give more examples of how to use List #1171

jkimbo opened this issue Apr 1, 2020 · 0 comments

Comments

@jkimbo
Copy link
Member

jkimbo commented Apr 1, 2020

The section on lists gives a very basic example of creating a list of strings and moves on. As a developer, I know I'm going to be using lists all the time and most likely I would want to be returning a list of other objects. So the documentations should answer:

  • What's the best way to return other objects in my resolver function?
  • How much does the parent object need to know about the child object?
  • What if an object is returning a list of itself (user returning users)?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant