ProjectLeaf
A project returned in list results.
type ProjectLeaf {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
deletable: Deletable!
cost: CostSummary!
}
Fields
ProjectLeaf.id ● ID! non-null scalar {#id}
ProjectLeaf.name ● String! non-null scalar {#name}
Display name
ProjectLeaf.description ● String scalar {#description}
What this project is for
ProjectLeaf.createdAt ● DateTime! non-null scalar {#created-at}
When this project was created (UTC)
ProjectLeaf.updatedAt ● DateTime! non-null scalar {#updated-at}
When this project was last modified (UTC)
ProjectLeaf.deletable ● Deletable! non-null object {#deletable}
Whether this project can be deleted and any constraints preventing deletion.
ProjectLeaf.cost ● CostSummary! non-null object {#cost}
Cloud provider costs for this project.
Member Of
EnvironmentLeaf object ● ProjectsPage object