INPUT_OBJECT
CreateMessageCategoryMutationInput
The input object that defines the fields for the createMessageCategory mutation.
link GraphQL Schema definition
- input CreateMessageCategoryMutationInput {
- # 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 :
- # A note about this entity.
- NoteMutationInput :
- }