OBJECT
EducationCredit
link GraphQL Schema definition
- type EducationCredit implements Node {
- : ID!
- # The value of the credit.
- : Float!
- # The time that the credit was deleted.
- : Time
- # The time that the credit was redeemed.
- : Time
- # The time that the credit was earned. If self_reported this is the time the user
- # reported it, if not this will be the same as the created_at time.
- : Time
- # The reason that the credit was deleted.
- : String
- : Time!
- : Time!
- # The survey for the credit.
- : Map
- # Source of the self-reported credit. (only present when type is self_reported)
- : String
- : ID!
- : ID
- : ID
- : ID
- # The type of the credit.
- : EducationCreditType!
- # The version of the credit.
- : EducationCreditVersion!
- # The tenant that the topic belongs to.
- : Tenant
- # The user that created/earned the credit.
- : User!
- # The comment that the credit was created on.
- : Comment
- # The post that the credit was created on.
- : Post
- : SparkyConversation
- # The learning objective that the credit was for.
- : LearningObjective
- # The user that deleted the credit.
- : User
- # The collections the user redeemed for this credit
- : [UserCollectionCompletion!]
- # The certificate that the credit was redeemed for.
- : Certificate
- # The certificates that this credit appears in.
- : [Certificate!]
- # The self-reported certificate that the credit was redeemed for. (only present
- # when type is self_reported)
- : Asset
- # The topic the credit should be associated with.
- : LicenseRequirementTopic
- : ReflectionType
- : Topic
- }