Skip to content

CreateAssignmentInput ​

Input for the createAssignment mutation

graphql
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

Released under the MIT License.