ChangeAssignmentTypeInput
Input for the changeAssignmentType mutation
input ChangeAssignmentTypeInput {
assignment: ID!
type: ID
}
Fields
ChangeAssignmentTypeInput.assignment
● ID!
non-null scalar
The id of the Assignment of which the type is updated
ChangeAssignmentTypeInput.type
● ID
scalar
The id of the new type, must be defined by the template of the Issue
Member of
changeAssignmentType
mutation