graffiti-mongoose
graffiti-mongoose copied to clipboard
Nested subdocuments with cursors
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.
Hi @Secretmapper, I am short on time recently, I would really appreciate if you could open a PR. Thank you!
+1