Skip to main content

ChangeComponent

The change component type

type ChangeComponent {
id: ID!
name: String!
timestamp: DateTime
}

Fields

ChangeComponent.id ● ID! non-null scalar

The ID of this change component type.

ChangeComponent.name ● String! non-null scalar

The name of this change component type.

ChangeComponent.timestamp ● DateTime scalar

The timestamp for this component type.

Returned By

changeComponents query

Member Of

Change object