OBJECT

createCompletedCourseItemPayload

Autogenerated return type of createCompletedCourseItem.

link GraphQL Schema definition

  • type createCompletedCourseItemPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • completedCourseItem: CompletedCourseItem
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • redirect_url: String
  • }