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.
- : 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
- # The type of the credit.
- : EducationCreditType
- # The version of the credit.
- : EducationCreditVersion
- : ID
- : ID!
- : ID
- : ID
- : ID
- : ID
- : ID
- : [ID!]
- : ID
- : [ID!]
- : ID
- : ID
- }
link Require by
This element is not required by anyone