Skip to content

UpdateIssueBoardColumnInput

Input for the updateIssueBoardColumn mutation

graphql
input UpdateIssueBoardColumnInput {
  description: String
  id: ID!
  name: String
  position: Float
}

Fields

UpdateIssueBoardColumnInput.description ● String scalar

The description of the NamedNode

UpdateIssueBoardColumnInput.id ● ID! non-null scalar

The id of the node to update

UpdateIssueBoardColumnInput.name ● String scalar

The new name of the NamedNode, must not be empty

UpdateIssueBoardColumnInput.position ● Float scalar

New position (order) for this column on its Issue Board

Member Of

updateIssueBoardColumn mutation

Released under the MIT License.