OBJECT

SdFormAnswer

INTERNAL -- A Form Answer Group query for Support Dashboard

link GraphQL Schema definition

  • type SdFormAnswer {
  • # Form Answer and their previous versions
  • answer: String
  • # Created At
  • created_at: String
  • # Cursor for FormAnswer Pagination
  • cursor: String!
  • # The unique identifier of the object
  • id: ID!
  • # Name
  • label: String
  • # Updated At
  • updated_at: String
  • # Previous Versions of FormAnswer
  • #
  • # Arguments
  • # cursor: Datetime Cursor for Pagination
  • # search_term: Keyword to Search in Previous Answer
  • version_collection(cursor: String, search_term: String): SdVersionCollection
  • }