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
- String] : [
- String :
- # The Id of this custom field base
- Int :
- # The custom question asked to the user
- String :
- # The type of this custom question, i.e., menu, radio, checkbox, text, textarea
- QuestionType :
- # Is this field required when making connection
- Boolean :
- }