OBJECT

CustomFieldSpec

A custom field spec

link GraphQL Schema definition

  • type CustomFieldSpec {
  • # Options for the dropdown type
  • dropdownOptions: [DropdownOption]
  • # uuid of the custom field type, used to identify the field in the
  • # custom_field_values
  • id: ID
  • # Name of the custom field type
  • name: String
  • # Whether the field is required
  • required: Boolean
  • # type of resource the custom field is attached to
  • resourceType: CustomFieldResourceType
  • type: CustomFieldType
  • }