Skip to content

CreateIssueBoardColumnInput

Input for the createIssueBoardColumn mutation

graphql
input CreateIssueBoardColumnInput {
  description: String!
  issueBoard: ID!
  name: String!
  position: Float!
}

Fields

CreateIssueBoardColumnInput.description ● String! non-null scalar

The description of the NamedNode

CreateIssueBoardColumnInput.issueBoard ● ID! non-null scalar

ID of issue board the column is added to

CreateIssueBoardColumnInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

CreateIssueBoardColumnInput.position ● Float! non-null scalar

Initial position (order) of the new column on the Issue Board

Member Of

createIssueBoardColumn mutation

Released under the MIT License.