INPUT_OBJECT

UpdateCreditSurveySubmissionInput

UpdateCreditSurveySubmissionInput is used for update CreditSurveySubmission object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateCreditSurveySubmissionInput {
  • context: String
  • clearContext: Boolean
  • # 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
  • clearQuestions: Boolean
  • # The responses to the survey questions.
  • responses: Map
  • clearResponses: Boolean
  • createdAt: Time
  • ceEarned: Float
  • conversationID: ID
  • }

link Require by

This element is not required by anyone