Skip to main content

Program

No description

type Program {
company: Company!
createdAt: ISO8601DateTime!
deletedAt: ISO8601DateTime
documentation: String
id: ID!
scopeId: Int!
updatedAt: ISO8601DateTime!
}

Fields

Program.company ● Company! non-null object

Company associated with the program

Program.createdAt ● ISO8601DateTime! non-null scalar

The date when the program was created

Program.deletedAt ● ISO8601DateTime scalar

Date when the program was deleted (soft delete)

Program.documentation ● String scalar

Documentation of the program

Program.id ● ID! non-null scalar

Program.scopeId ● Int! non-null scalar

Program.updatedAt ● ISO8601DateTime! non-null scalar

Date when the program was last updated

Returned By

program query

Member Of

UpdateProgramPayload object