OBJECT

deleteCourseGroupPayload

Autogenerated return type of deleteCourseGroup.

link GraphQL Schema definition

  • type deleteCourseGroupPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • courseGroup: CourseGroup
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }