Skip to main content

countries

Gets the range of Countries data via the available fields

countries(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [Country!]!

Arguments

countries.lastId ● String scalar

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

countries.updatedInDataMart ● DateTime scalar

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

countries.pageSize ● Int! non-null scalar

Maximum page size is 5000

Type

Country object

Countries. Note: if a Country is deleted on ERP side this will not be reflected in DataMart for the time being. Support for deletion detection is in development.