OBJECT

CustomFieldDetail

link GraphQL Schema definition

  • type CustomFieldDetail {
  • # The choices of this custom question answer. If value is null, user is expected
  • # to give a text answer
  • choices: [String]
  • classTypeFromQuestionType: String
  • # The Id of this custom field base
  • fieldId: Int
  • # The custom question asked to the user
  • fieldLabel: String
  • # The type of this custom question, i.e., menu, radio, checkbox, text, textarea
  • fieldType: QuestionType
  • # Is this field required when making connection
  • required: Boolean
  • }