OBJECT
Certificate
link GraphQL Schema definition
- type Certificate implements Node {
- : ID!
- : Time!
- : Time!
- # The url of the certificate for download.
- : String
- : String
- : CertificateSourceType!
- # The ID of the license history.
- : ID
- # The user that the certificate belongs to.
- : User
- # The credits that the certificate was redeemed for.
- : [EducationCredit!]
- # The credits that the certificate was redeemed for.
- : [EducationCredit!]
- # The survey answers that the certificate was redeemed for.
- : [CertificateSurveyAnswer!]
- : Credential
- }