INPUT_OBJECT

UpdateCannedReplyMutationInput

The input object that defines the fields for the updateCannedReply mutation.

link GraphQL Schema definition

  • input UpdateCannedReplyMutationInput {
  • # A descriptive name.
  • name: String
  • # The body.
  • body: Text
  • # The ID of a `CannedReplyCategory`.
  • canned_reply_category_id: Int64Bit
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by