CreateOrUpdateProjectTemplateInput
Input for creating or updating a project template
input CreateOrUpdateProjectTemplateInput {
id: ID
companyId: ID!
label: String!
goal: String!
estimatedHours: String
projectTypeId: ID!
requirementsIds: [ID!]
tags: [String!]
global: Boolean
clientMutationId: String
}