Lifecycle
Metadata about an entity's lifecycle.
type Lifecycle {
createdAt: Time!
updatedAt: Time!
deletedAt: Time
}
Fields
Lifecycle.createdAt ● Time! non-null scalar common
Creation time.
Lifecycle.updatedAt ● Time! non-null scalar common
Last update time.
Lifecycle.deletedAt ● Time scalar common
Deletion time.
Null if the object is not deleted.
Member of
Object object ● ObjectType object ● Permission object ● Relation object ● RelationType object ● RelationTypePermission object