Skip to main content

terms

Gets the range of Terms data via the available fields

terms(
lastId: String
updatedInDataMart: DateTime
pageSize: Int! = 5000
): [Terms!]!

Arguments

terms.lastId ● String scalar

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

terms.updatedInDataMart ● DateTime scalar

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

terms.pageSize ● Int! non-null scalar

Maximum page size is 5000

Type

Terms object

Terms