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