UpdateProjectInput
Autogenerated input type of UpdateProject
input UpdateProjectInput {
clientMutationId: String
id: ID!
assetsIds: [Int!]
companyId: Int
startDate: ISO8601Date
endDate: ISO8601Date
comment: String
connectivity: String
credentialsIds: [Int!]
estimatedHours: String
label: String
goal: String
playbooksIds: [Int!]
scope: String
students: Int
tags: [String!]
teamsIds: [Int!]
typeId: Int
projectScopeUrls: [String!]
attachments: [AttachmentInput!]
allocatedPortalUserEmails: [String!]
accessPortalUserEmails: [String!]
customExecutiveSummary: String
activeCustomExecutiveSummary: Boolean
customFinalConsiderations: String
activeCustomFinalConsiderations: Boolean
secretIds: [String!]
attackChain: String
}
Fields
UpdateProjectInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdateProjectInput.id ● ID! non-null scalar
UpdateProjectInput.assetsIds ● [Int!] list scalar
UpdateProjectInput.companyId ● Int scalar
UpdateProjectInput.startDate ● ISO8601Date scalar
UpdateProjectInput.endDate ● ISO8601Date scalar
UpdateProjectInput.comment ● String scalar
UpdateProjectInput.connectivity ● String scalar
UpdateProjectInput.credentialsIds ● [Int!] list scalar
UpdateProjectInput.estimatedHours ● String scalar
UpdateProjectInput.label ● String scalar
UpdateProjectInput.goal ● String scalar
UpdateProjectInput.playbooksIds ● [Int!] list scalar
UpdateProjectInput.scope ● String scalar
UpdateProjectInput.students ● Int scalar
UpdateProjectInput.tags ● [String!] list scalar
UpdateProjectInput.teamsIds ● [Int!] list scalar
UpdateProjectInput.typeId ● Int scalar
UpdateProjectInput.projectScopeUrls ● [String!] list scalar
UpdateProjectInput.attachments ● [AttachmentInput!] list input
UpdateProjectInput.allocatedPortalUserEmails ● [String!] list scalar
UpdateProjectInput.accessPortalUserEmails ● [String!] list scalar
UpdateProjectInput.customExecutiveSummary ● String scalar
UpdateProjectInput.activeCustomExecutiveSummary ● Boolean scalar
UpdateProjectInput.customFinalConsiderations ● String scalar
UpdateProjectInput.activeCustomFinalConsiderations ● Boolean scalar
UpdateProjectInput.secretIds ● [String!] list scalar
UpdateProjectInput.attackChain ● String scalar
Member Of
updateProject mutation