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