ENUM
ContactableType
An entity that can have a Contact
associated with it.
link GraphQL Schema definition
- enum ContactableType {
- # Account
- # Network Site
- # Vendor
- }
link Require by
- AccountA customer account.
- ContactA contact person.
- ContractA contract.
- CreateContactMutationInputThe input object that defines the fields for the createContact mutation.
- EmailCategoryA categorization of an `Email` by type.
- MassEmailA mass email communication.
- MessageCategoryA categorization of a message by type.
- NetworkSiteA network site.
- PhoneNumberA phone number.
- Querynull
- VendorA third party vendor of inventory models.