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