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