INPUT_OBJECT
Autogenerated input type of UpdateProject
input UpdateProjectInput {# A unique identifier for the client performing the mutation.clientMutationId: String# The Project ID to update.projectId: ID!# The name of project.name: String!# The description of project.body: String# Whether the project is open or closed.state: ProjectState}