Skip to content

RemoveIssueStateFromBoardColumnInput ​

Input for the removeIssueStateFromBoardColumn mutation

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

Fields ​

RemoveIssueStateFromBoardColumnInput.column ● ID! non-null scalar ​

The id of the Issue Board Column from which the Issue State should be removed

RemoveIssueStateFromBoardColumnInput.state ● ID! non-null scalar ​

The id of the Issue State to remove from the board column

Member Of ​

removeIssueStateFromBoardColumn mutation

Released under the MIT License.