ContactCompaniesEdgeConnection
A paginated list of Company edges.
type ContactCompaniesEdgeConnection {
pageInfo: PageInfo!
edges: [ContactCompaniesEdge!]!
}
Fields
ContactCompaniesEdgeConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
ContactCompaniesEdgeConnection.edges ● [ContactCompaniesEdge!]! non-null object
A list of Company edges.
Member Of
Contact object