ComponentLeaf
A component returned in list results.
type ComponentLeaf {
id: ID!
name: String!
description: String
tags: Map!
position: ComponentPosition
createdAt: DateTime!
updatedAt: DateTime!
ociRepo: OciRepoLeaf
project: ProjectLeaf
}
Fields
ComponentLeaf.id ● ID! non-null scalar {#id}
ComponentLeaf.name ● String! non-null scalar {#name}
Display name
ComponentLeaf.description ● String scalar {#description}
What this component is for
ComponentLeaf.tags ● Map! non-null scalar {#tags}
Tags assigned directly to this component
ComponentLeaf.position ● ComponentPosition object {#position}
Position on the canvas
ComponentLeaf.createdAt ● DateTime! non-null scalar {#created-at}
When this component was created (UTC)
ComponentLeaf.updatedAt ● DateTime! non-null scalar {#updated-at}
When this component was last modified (UTC)
ComponentLeaf.ociRepo ● OciRepoLeaf object {#oci-repo}
The OCI repository this component uses.
ComponentLeaf.project ● ProjectLeaf object {#project}
The project containing this component.
Member Of
ComponentsPage object ● LinkLeaf object