OBJECT

CreditSurveySubmission

link GraphQL Schema definition

  • type CreditSurveySubmission implements Node {
  • id: ID!
  • 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!
  • conversation: SparkyConversation!
  • }