INPUT_OBJECT
UpdateEmailCategoryMutationInput
The input object that defines the fields for the updateEmailCategory mutation.
link GraphQL Schema definition
- input UpdateEmailCategoryMutationInput {
- # A descriptive name.
- String :
- # If this is `true`, then any contacts created will have this category associated
- # with them by default.
- Boolean :
- # If `default` is set to `true`, and this value is also set the `true`, then this
- # category will be added to all existing contacts. When updating an email
- # category, if `default` is `false`, and this value is `true`, then this category
- # will be removed from all contacts.
- Boolean :
- # A note about this entity.
- NoteMutationInput :
- }