AssignmentTypeInput
Input to create an AssignmentType
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