> ## 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.

# ChangedTicketLabel

No description

```graphql theme={null}
type ChangedTicketLabel {
  ticket: Ticket!
  labels: [TicketLabel!]!
}
```

### Fields

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">ChangedTicketLabel</code>.<code class="gqlmd-mdx-entity-name">ticket</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">Ticket!</code></span>](/reference/graphql/objects/ticket) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

#### [<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-parent">ChangedTicketLabel</code>.<code class="gqlmd-mdx-entity-name">labels</code></span>](#)<span class="gqlmd-mdx-bullet"> ● </span>[<span class="gqlmd-mdx-entity"><code class="gqlmd-mdx-entity-name">\[TicketLabel!\]!</code></span>](/reference/graphql/objects/ticket-label) <mark class="gqlmd-mdx-badge">non-null</mark> <mark class="gqlmd-mdx-badge">object</mark>

### Returned By

[`changedTicketLabels`](/reference/graphql/subscriptions/changed-ticket-labels)  <mark class="gqlmd-mdx-badge">subscription</mark>
