INPUT_OBJECT
CreateCannedReplyMutationInput
The input object that defines the fields for the createCannedReply mutation.
link GraphQL Schema definition
- input CreateCannedReplyMutationInput {
- # A descriptive name.
- String! :
- # The body.
- Text! :
- # The ID of a `CannedReplyCategory`.
- Int64Bit! :
- # A note about this entity.
- NoteMutationInput :
- }