Address
No description
type Address {
city: String
coordinates: Coordinates
country: String
createdDate: DateTime!
entrance: String @deprecated
id: UUID!
number: String
organizationId: UUID!
state: String
street: String
street2: String
updatedDate: DateTime!
zip: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| city | String scalar | — |
| coordinates | Coordinates object | — |
| country | String scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| number | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| state | String scalar | — |
| street | String scalar | — |
| street2 | String scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity |
| zip | String scalar | AddressOption ApartmentUnit BankAccount BankingDetails BusinessUnit Contractor CurrentHousing FinancialAccount HouseUnit Identity MoralProfile OtherUnit ParkingUnit Profession Profile Registration RentalFolderRecipient Unit UnitV2 |