Skip to main content

LegalDocumentEdge

No description

type LegalDocumentEdge implements Edge {
cursor: String!
node: LegalDocument!
}

Fields

LegalDocumentEdge.cursor ● String! non-null scalar

Opaque identifier pointing to this node in the pagination mechanism

LegalDocumentEdge.node ● LegalDocument! non-null object

The account membership

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

LegalDocumentConnection object