INPUT_OBJECT

UpdateEducationCreditInput

UpdateEducationCreditInput is used for update EducationCredit object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateEducationCreditInput {
  • # The value of the credit.
  • value: Float
  • # The time that the credit was deleted.
  • deletedAt: Time
  • clearDeletedAt: Boolean
  • # The time that the credit was redeemed.
  • redeemedAt: Time
  • clearRedeemedAt: Boolean
  • # 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
  • clearEarnedAt: Boolean
  • # The reason that the credit was deleted.
  • deletedReason: String
  • clearDeletedReason: Boolean
  • createdAt: Time
  • updatedAt: Time
  • # The survey for the credit.
  • survey: Map
  • clearSurvey: Boolean
  • # Source of the self-reported credit. (only present when type is self_reported)
  • selfReportedSource: String
  • clearSelfReportedSource: Boolean
  • # The type of the credit.
  • type: EducationCreditType
  • # The version of the credit.
  • version: EducationCreditVersion
  • tenantID: ID
  • clearTenant: Boolean
  • userID: ID
  • commentID: ID
  • clearComment: Boolean
  • postID: ID
  • clearPost: Boolean
  • sparkyConversationID: ID
  • clearSparkyConversation: Boolean
  • learningObjectiveID: ID
  • clearLearningObjective: Boolean
  • deletedByID: ID
  • clearDeletedBy: Boolean
  • addUserCollectionCompletionIDs: [ID!]
  • removeUserCollectionCompletionIDs: [ID!]
  • clearUserCollectionCompletions: Boolean
  • certificateID: ID
  • clearCertificate: Boolean
  • addCertificateIDs: [ID!]
  • removeCertificateIDs: [ID!]
  • clearCertificates: Boolean
  • selfReportedCertificateAssetID: ID
  • clearSelfReportedCertificateAsset: Boolean
  • licenseRequirementTopicID: ID
  • clearLicenseRequirementTopic: Boolean
  • }

link Require by

This element is not required by anyone