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