ProjectLeaf
A project returned in list results.
type ProjectLeaf {
id: ID!
name: String!
description: String
createdAt: DateTime!
updatedAt: DateTime!
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.cost ● CostSummary! non-null object {#cost}
Cloud provider costs for this project.
Member Of
ComponentLeaf object ● EnvironmentLeaf object ● ProjectsPage object