Skip to content

AddIssueStateToBoardColumnInput

Input for the addIssueStateToBoardColumn mutation

graphql
input AddIssueStateToBoardColumnInput {
  column: ID!
  state: ID!
}

Fields

AddIssueStateToBoardColumnInput.column ● ID! non-null scalar

The id of the Issue Board Column where to add the Issue State

AddIssueStateToBoardColumnInput.state ● ID! non-null scalar

The id of the Issue State to add

Member Of

addIssueStateToBoardColumn mutation

Released under the MIT License.