Skip to main content
Update Project mutation.

Operation details

FieldValue
NameupdateProject
GroupProjects
TypeMutation
SignatureupdateProject(input: UpdateProjectInput!): UpdateProjectPayload

Playground

Query

Query
mutation UpdateProject($input: UpdateProjectInput!) {
  updateProject(input: $input) {
    project {
      id
      name
      slug
      description
      createdAt
      updatedAt
    }
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}