Skip to content

CreateIssueBoardInput

Input for the createIssueBoard mutation

graphql
input CreateIssueBoardInput {
  description: String!
  name: String!
  trackable: ID!
}

Fields

CreateIssueBoardInput.description ● String! non-null scalar

The description of the NamedNode

CreateIssueBoardInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

CreateIssueBoardInput.trackable ● ID! non-null scalar

ID of Trackable the issue board is added to

Member Of

createIssueBoard mutation

Released under the MIT License.