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