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