Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.qminder.com/llms.txt

Use this file to discover all available pages before exploring further.

No description
type TicketAudit {
  id: ID!
  created: Date!
  user: User
  changes: [TicketChange!]!
}

Fields

TicketAudit.id ● ID! non-null scalar

TicketAudit.created ● Date! non-null scalar

TicketAudit.user ● User object

TicketAudit.changes ● [TicketChange!]! non-null object

Member Of

Ticket object