OBJECT

OppQuestionDetail

link GraphQL Schema definition

  • type OppQuestionDetail {
  • customField: CustomFieldDetail
  • customOppFieldId: Int
  • oppId: Int
  • # Id for our global custom question library. Each time a new question was added
  • # from a global custom question library, a new customPropertyField will be
  • # created. This object will contain a field called
  • # original_custom_property_field_id.This id is the id of the original global
  • # custom library that the question was added from.
  • originalCustomPropertyFieldId: Int
  • required: Boolean
  • sequence: Int
  • }