Skip to main content

Component

No description

type Component {
comment: String
createdDate: DateTime!
currentState: ObjectState
id: UUID!
material: ComponentMaterial
organizationId: UUID!
roomId: UUID
type: ComponentType
updatedDate: DateTime!
}

Fields

NomTypeDescription
commentString scalar
createdDateDateTime! non-null scalarThe creation date-time of the entity
currentStateObjectState object
idUUID! non-null scalarUnique identifier of the entity
materialComponentMaterial enum
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
roomIdUUID scalar
typeComponentType enum
updatedDateDateTime! non-null scalarThe last update date-time of the entity Room