INPUT_OBJECT
UpdateMessageCategoryMutationInput
The input object that defines the fields for the updateMessageCategory mutation.
link GraphQL Schema definition
- input UpdateMessageCategoryMutationInput {
- # 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 :
- }