OBJECT

copyCoursePayload

Autogenerated return type of copyCourse.

link GraphQL Schema definition

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