INPUT_OBJECT

CreateEducationCreditInput

CreateEducationCreditInput is used for create EducationCredit object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateEducationCreditInput {
  • # The value of the credit.
  • value: Float!
  • # The time that the credit was deleted.
  • deletedAt: Time
  • # The time that the credit was redeemed.
  • redeemedAt: 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.
  • earnedAt: Time
  • # The reason that the credit was deleted.
  • deletedReason: String
  • createdAt: Time
  • updatedAt: Time
  • # The survey for the credit.
  • survey: Map
  • # Source of the self-reported credit. (only present when type is self_reported)
  • selfReportedSource: String
  • # The type of the credit.
  • type: EducationCreditType
  • # The version of the credit.
  • version: EducationCreditVersion
  • tenantID: ID
  • userID: ID!
  • commentID: ID
  • postID: ID
  • sparkyConversationID: ID
  • learningObjectiveID: ID
  • deletedByID: ID
  • userCollectionCompletionIDs: [ID!]
  • certificateID: ID
  • certificateIDs: [ID!]
  • selfReportedCertificateAssetID: ID
  • licenseRequirementTopicID: ID
  • }

link Require by

This element is not required by anyone