Skip to content

RemoveAssignmentInput ​

Input for the removeAssignment mutations

graphql
input RemoveAssignmentInput {
  assignment: ID!
}

Fields ​

RemoveAssignmentInput.assignment ● ID! non-null scalar ​

The id of the Assignment to remove

Member Of ​

removeAssignment mutation

Released under the MIT License.