Skip to main content

State

States. Represents geographic state or province information.

type State {
countryId: String!
stateId: String!
name: String
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}

Fields

State.countryId ● String! non-null scalar

countryId > (PK) The country identifier to which this state belongs.

State.stateId ● String! non-null scalar

stateId > The unique identifier of the state/province.

State.name ● String scalar

name > The name of the state/province.

State.lastModifiedDateTime ● DateTime! non-null scalar

lastModifiedDateTime > The last modified date and time of the state.

State.companyId ● Int! non-null scalar

companyId > (PK) The unique identifier of the company.

State.id ● String! non-null scalar

id > The unique identifier of the document in DataMart.

State.createdInDataMartDateTime ● DateTime! non-null scalar

createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.

State.updatedInDataMartDateTime ● DateTime! non-null scalar

updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.

Returned By

states query