UpdateProjectInput
Autogenerated input type of UpdateProject
input UpdateProjectInput {
clientMutationId: String
id: ID!
assetsIds: [Int!]
companyId: Int
startDate: ISO8601Date
connectivity: String
credentialsIds: [Int!]
estimatedHours: String
label: String
negativeScope: String
goal: String
playbooksIds: [Int!]
scope: String
students: Int
tags: [String!]
teamsIds: [Int!]
typeId: Int
}
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.connectivity ● String scalar
UpdateProjectInput.credentialsIds ● [Int!] list scalar
UpdateProjectInput.estimatedHours ● String scalar
UpdateProjectInput.label ● String scalar
UpdateProjectInput.negativeScope ● 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
Member of
updateProject mutation