Skip to content

AssignmentTypeInput ​

Input to create an AssignmentType

graphql
input AssignmentTypeInput {
  description: String!
  name: String!
}

Fields ​

AssignmentTypeInput.description ● String! non-null scalar ​

The description of the NamedNode

AssignmentTypeInput.name ● String! non-null scalar ​

The name of the NamedNode, must not be blank

Member Of ​

CreateIssueTemplateInput input

Released under the MIT License.