INPUT_OBJECT

CreateCannedReplyMutationInput

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

link GraphQL Schema definition

  • input CreateCannedReplyMutationInput {
  • # 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