Skip to main content

Surface

No description

type Surface {
averageHeight: Decimal
createdDate: DateTime!
habitableSurface: Decimal
id: UUID!
nonHabitableSurface: Decimal
organizationId: UUID!
roomId: UUID
unitId: UUID
updatedDate: DateTime!
}

Fields

NomTypeDescription
averageHeightDecimal scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
habitableSurfaceDecimal scalar
idUUID! non-null scalarUnique identifier of the entity
nonHabitableSurfaceDecimal scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
roomIdUUID scalar
unitIdUUID scalar
updatedDateDateTime! non-null scalarThe last update date-time of the entity Room