INPUT_OBJECT

UpdateTicketCommentMutationInput

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

link GraphQL Schema definition

  • input UpdateTicketCommentMutationInput {
  • # The body.
  • body: Text
  • # A list of file IDs to be associated with this object. These must first have been
  • # uploaded to the /files endpoint and must be currently unassociated.
  • files: [AssociateFileMutationInput]
  • }

link Require by