INPUT_OBJECT

CreateTicketCommentMutationInput

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

link GraphQL Schema definition

  • input CreateTicketCommentMutationInput {
  • # The body of the comment.
  • body: Text!
  • # The ID of a `Ticket`.
  • ticket_id: Int64Bit!
  • # 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