ENUM
CustomfielddataableType
An entity that is allowed to have custom fields defined for it.
link GraphQL Schema definition
- enum CustomfielddataableType {
- # A customer account.
- # A geographical address.
- # A contact person.
- # A generic assignee for inventory items.
- # A job, typically in the field.
- # A network site.
- # A line item on a purchase order.
- # types.test_read_only_file_model
- # A ticket.
- }
link Require by
- AccountA customer account.
- AddressA geographical address.
- CalixCloudSettingA Calix Cloud setting.
- CompanyA company you do business as.
- ContactA contact person.
- CreateCustomFieldMutationInputThe input object that defines the fields for the createCustomField mutation.
- CustomFieldA user defined field.
- CustomFieldDataData entered into a `CustomField`.
- GenericInventoryAssigneeA generic assignee for inventory items.
- JobA job, typically in the field.
- Mutationnull
- NetworkSiteA network site.
- PurchaseOrderItemA line item on a purchase order.
- Querynull
- TicketA ticket.