Skip to main content

SupportingDocumentCollectionEdge

Implements the Relay Edge interface

type SupportingDocumentCollectionEdge implements Edge {
cursor: String!
node: SupportingDocumentCollection!
}

Fields

SupportingDocumentCollectionEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

SupportingDocumentCollectionEdge.node ● SupportingDocumentCollection! non-null object

The supporting document collection

Interfaces

Edge interface

Edge type containing the node and cursor. The node is not defined in the interface because generic is not supported by GraphQL but all implementation contains its own node property according to the paginated type.

Member Of

SupportingDocumentCollectionConnection object