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