suppliers
Gets the range of Supplier data via the available fields
suppliers(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [Supplier!]!
Arguments
suppliers.lastId
● String
scalar
Id to be used to get the next page (logic used: greater than)
suppliers.updatedInDataMart
● DateTime
scalar
DateTime when the document was updated in DataMart (logic used: greater than)
suppliers.pageSize
● Int!
non-null scalar
Maximum page size is 5000