Skip to main content

DesComponentType

Represents a component type classification in the component library.

type DesComponentType {
componentTypeId: String!
createdAt: DateTime!
createdBy: DesUser!
name: String!
parent: DesComponentType
updatedAt: DateTime!
updatedBy: DesUser!
}

Fields

DesComponentType.componentTypeId ● String! non-null scalar

The reference identifier for this component type.

DesComponentType.createdAt ● DateTime! non-null scalar

The DateTime this was created.

DesComponentType.createdBy ● DesUser! non-null object

The user this was created by.

DesComponentType.name ● String! non-null scalar

The display name of the component type.

DesComponentType.parent ● DesComponentType object

The parent of this component type in the hierarchy.

DesComponentType.updatedAt ● DateTime! non-null scalar

The DateTime this was last updated.

DesComponentType.updatedBy ● DesUser! non-null object

The user this was last updated by.