Component
A component with its full details and related resources.
type Component {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
ociRepo: OciRepo
project: Project
}
Fields
Component.id ● ID! non-null scalar {#id}
Component.name ● String! non-null scalar {#name}
Display name
Component.description ● String scalar {#description}
Component description
Component.createdAt ● DateTime! non-null scalar {#created-at}
When this component was created (UTC)
Component.updatedAt ● DateTime! non-null scalar {#updated-at}
When this component was last modified (UTC)
Component.ociRepo ● OciRepo object {#oci-repo}
The OCI repository this component uses.
Component.project ● Project object {#project}
The project containing this component.
Member Of
ComponentPayload object ● Link object