CreateProjectInput
Input object for creating a project
input CreateProjectInput {
connectivity: String
endDate: ISO8601Date
estimatedHours: String
goal: String!
label: String!
scope: String!
startDate: ISO8601Date!
students: Int
companyId: Int!
typeId: Int!
accessPortalUserEmails: [String!]
allocatedPortalUserEmails: [String!]
assetsIds: [Int!]
attachments: [AttachmentInput!]
credentialsIds: [Int!]
playbooksIds: [Int!]
projectScopeUrls: [String!]
tags: [String!]
teamsIds: [Int!]
secretIds: [String!]
attackChain: String
clientMutationId: String
}