Skip to content

UpdateIssueBoardItemInput ​

Input for the updateIssueBoardItem mutation

graphql
input UpdateIssueBoardItemInput {
  id: ID!
  position: Float
}

Fields ​

UpdateIssueBoardItemInput.id ● ID! non-null scalar ​

The id of the node to update

UpdateIssueBoardItemInput.position ● Float scalar ​

New position (order) for this board item

Member Of ​

updateIssueBoardItem mutation

Released under the MIT License.