INPUT_OBJECT

UpdateProjectInput

Autogenerated input type of UpdateProject

link GraphQL Schema definition

  • 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
  • }