Program
No description
type Program {
charterCurrentMaturity: Float
charterCycleMonths: Int
charterScope: String
charterTargetMaturity: Float
company: Company!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
documentation: String
id: ID!
programAssets: [ProgramAsset!]!
referenceAssessmentId: Int
riskAppetite: Int
scopeId: Int!
updatedAt: ISO8601DateTime!
}
Fields
Program.charterCurrentMaturity ● Float scalar
Program.charterCycleMonths ● Int scalar
Program.charterScope ● String scalar
Program.charterTargetMaturity ● Float scalar
Program.company ● Company! non-null object
Company associated with the program
Program.createdAt ● ISO8601DateTime! non-null scalar
The date when the program was created