INPUT_OBJECT

CreateCreditSurveySubmissionInput

CreateCreditSurveySubmissionInput is used for create CreditSurveySubmission object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateCreditSurveySubmissionInput {
  • context: String
  • # Whether the survey is pending or not.
  • pending: Boolean
  • # Whether the survey was skipped by the user.
  • skipped: Boolean
  • # The responses to the survey questions.
  • questions: Map
  • # The responses to the survey questions.
  • responses: Map
  • createdAt: Time
  • ceEarned: Float
  • conversationID: ID!
  • }

link Require by

This element is not required by anyone