Skip to content

UpdateIssueBoardInput

Input for the updateIssueBoard mutation

graphql
input UpdateIssueBoardInput {
  description: String
  id: ID!
  name: String
}

Fields

UpdateIssueBoardInput.description ● String scalar

The description of the NamedNode

UpdateIssueBoardInput.id ● ID! non-null scalar

The id of the node to update

UpdateIssueBoardInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateIssueBoard mutation

Released under the MIT License.