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