SupplyDeliveryConnection
No description
type SupplyDeliveryConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [SupplyDeliveryEdge]
}
Fields
SupplyDeliveryConnection.count ● Int scalar
SupplyDeliveryConnection.offset ● Int scalar
SupplyDeliveryConnection.pagesize ● Int scalar
SupplyDeliveryConnection.first ● ID scalar
SupplyDeliveryConnection.previous ● ID scalar
SupplyDeliveryConnection.next ● ID scalar
SupplyDeliveryConnection.last ● ID scalar
SupplyDeliveryConnection.edges ● [SupplyDeliveryEdge] list object
Returned By
SupplyDeliveryConection query
Member Of
SupplyDeliveryConnectionType object