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 `true`, this category will be added to all existing contacts.
- : Boolean
- # If `true`, this category will be removed from all existing contacts. Ignored if
- # apply_to_existing_contacts is `true`
- : Boolean
- # A note about this entity.
- : NoteMutationInput
- }