Skip to main content

customers

Gets the range of Customer data via the available fields

customers(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
includeDeleted: Boolean! = false
): [Customer!]!

Arguments

customers.lastId ● String scalar

Id to be used to get the next page (logic used: greater than)

customers.updatedInDataMart ● DateTime scalar

DateTime when the document was updated in DataMart (logic used: greater than)

customers.pageSize ● Int! non-null scalar

Maximum page size is 5000

customers.includeDeleted ● Boolean! non-null scalar

IF set to true then returns also the deleted items. Not active yet.

Type

Customer object

Customers. Represents a customer entity.