CreateAssignmentInput
Input for the createAssignment mutation
input CreateAssignmentInput {
  assignmentType: ID
  issue: ID!
  user: ID!
}
Fields
CreateAssignmentInput.assignmentType ● ID scalar
The optional type of the Assignment, must be defined by the Template of the Issue
CreateAssignmentInput.issue ● ID! non-null scalar
The id of the Issue to which the User should be assigned
CreateAssignmentInput.user ● ID! non-null scalar
The id of the User to assign to the Issue
Member of
createAssignment  mutation