OBJECT
CustomFieldSpec
A custom field spec
link GraphQL Schema definition
- type CustomFieldSpec {
- # Options for the dropdown type
- : [DropdownOption]
- # uuid of the custom field type, used to identify the field in the
- # custom_field_values
- : ID
- # Name of the custom field type
- : String
- # Whether the field is required
- : Boolean
- # type of resource the custom field is attached to
- : CustomFieldResourceType
- : CustomFieldType
- }