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