RemoveAssignmentInput
Input for the removeAssignment mutations
input RemoveAssignmentInput {
assignment: ID!
}
Fields
RemoveAssignmentInput.assignment
● ID!
non-null scalar
The id of the Assignment to remove
Member of
removeAssignment
mutation