Skip to content

UpdateAssignmentTypePayload ​

No description

graphql
type UpdateAssignmentTypePayload {
  assignmentType: AssignmentType!
}

Fields ​

UpdateAssignmentTypePayload.assignmentType ● AssignmentType! non-null object ​

The updated AssignmentType

Returned By ​

updateAssignmentType mutation

Released under the MIT License.