You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: