graffiti-mongoose icon indicating copy to clipboard operation
graffiti-mongoose copied to clipboard

Nested subdocuments with cursors

Open Secretmapper opened this issue 8 years ago • 2 comments

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.

Secretmapper avatar Apr 30 '16 09:04 Secretmapper

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

tothandras avatar Apr 30 '16 10:04 tothandras

+1

dortzur avatar Oct 31 '16 06:10 dortzur