Skip to main content

accounts

Gets the range of Accounts data via the available fields

accounts(
lastId: String
publicCode1: String
publicCode2: String
externalCode1: String
externalCode2: String
active: Boolean
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [Account!]!

Arguments

accounts.lastId ● String scalar

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

accounts.publicCode1 ● String scalar

Public code 1 of the account.

accounts.publicCode2 ● String scalar

Public code 2 of the account.

accounts.externalCode1 ● String scalar

External code 1 of the account.

accounts.externalCode2 ● String scalar

External code 2 of the account.

accounts.active ● Boolean scalar

Filters based on the active status of the account.

accounts.updatedInDataMart ● DateTime scalar

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

accounts.pageSize ● Int! non-null scalar

Maximum page size is 5000

Type

Account object