LegalEntityEdge
A Relay edge containing a LegalEntity and its cursor.
type LegalEntityEdge {
node: LegalEntity
cursor: String!
}
Fields
LegalEntityEdge.node ● LegalEntity object
The item at the end of the edge
LegalEntityEdge.cursor ● String! non-null scalar
A cursor for use in pagination
Member Of
LegalEntityConnection object