OBJECT

Certificate

link GraphQL Schema definition

  • type Certificate implements Node {
  • id: ID!
  • createdAt: Time!
  • updatedAt: Time!
  • # The url of the certificate for download.
  • url: String
  • description: String
  • sourceType: CertificateSourceType!
  • # The ID of the license history.
  • licenseHistoryID: ID
  • # The user that the certificate belongs to.
  • user: User
  • # The credits that the certificate was redeemed for.
  • educationCredits: [EducationCredit!]
  • # The credits that the certificate was redeemed for.
  • educationCreditsV2: [EducationCredit!]
  • # The survey answers that the certificate was redeemed for.
  • certificateSurveyAnswers: [CertificateSurveyAnswer!]
  • credential: Credential
  • }