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.
Right now, subdocument arrays are created as GraphQLLists (Psuedocode):
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.