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

Nested subdocuments with cursors #117

Open
Secretmapper opened this issue Apr 30, 2016 · 2 comments
Open

Nested subdocuments with cursors #117

Secretmapper opened this issue Apr 30, 2016 · 2 comments

Comments

@Secretmapper
Copy link

Right now, subdocument arrays are created as GraphQLLists (Psuedocode):

ParentSchema = {
  items: SubSchema
}

And ParentSchema.items would be of type GraphQLList. This makes it unfilterable/unpaginable. Support for embedded subdocuments that would be resolved as a node would be great.

@tothandras
Copy link
Contributor

Hi @Secretmapper,
I am short on time recently, I would really appreciate if you could open a PR.
Thank you!

@dortzur
Copy link

dortzur commented Oct 31, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants