Skip to main content

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

ProjectLeaf.name ● String! non-null scalar

Display name

ProjectLeaf.description ● String scalar

What this project is for

ProjectLeaf.createdAt ● DateTime! non-null scalar

When this project was created (UTC)

ProjectLeaf.updatedAt ● DateTime! non-null scalar

When this project was last modified (UTC)

ProjectLeaf.deletable ● Deletable! non-null object

Whether this project can be deleted and any constraints preventing deletion.

ProjectLeaf.cost ● CostSummary! non-null object

Cloud provider costs for this project.

Member Of

EnvironmentLeaf object ● ProjectsPage object