SupplySupplierEdge
An edge in a connection.
type SupplySupplierEdge {
cursor: String!
node: SupplySupplier
}
Fields
SupplySupplierEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
SupplySupplierEdge.node ● SupplySupplier object
The item at the end of the edge.
Member Of
SupplySupplierConnection object