SupplySupplierContactConnection
The connection type for SupplySupplierContact.
type SupplySupplierContactConnection {
edges: [SupplySupplierContactEdge]
nodes: [SupplySupplierContact]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
SupplySupplierContactConnection.edges ● [SupplySupplierContactEdge] list object
A list of edges.
SupplySupplierContactConnection.nodes ● [SupplySupplierContact] list object
A list of nodes.
SupplySupplierContactConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
SupplySupplierContactConnection.totalCount ● Int! non-null scalar
Total count of items in the connection, without considering pagination.
Returned By
supplyContacts query