LegalDocumentEdge
An edge in a connection.
graphql
type LegalDocumentEdge {
cursor: String!
node: LegalDocument
}
Fields
LegalDocumentEdge.cursor · String! non-null scalar
A cursor for use in pagination.
LegalDocumentEdge.node · LegalDocument object
The item at the end of the edge.
Member Of
LegalDocumentConnection object