OBJECT

createCoursePayload

Autogenerated return type of createCourse.

link GraphQL Schema definition

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