Skip to content

Nested subdocuments with cursors #117

Description

@Secretmapper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions