PersonLegalEntityConnection
No description
type PersonLegalEntityConnection {
pageInfo: PageInfo!
edges: [PersonLegalEntityEdge]!
}
Fields
PersonLegalEntityConnection.pageInfo
● PageInfo!
non-null object
Pagination data for this connection.
PersonLegalEntityConnection.edges
● [PersonLegalEntityEdge]!
non-null object
Contains the nodes in this connection.
Member Of
Person
object