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 Interaction {
  id: ID!
  start: Date!
  end: Date
  line: Line!
  desk: Desk
  user: User
  waitTime: Duration!
  serviceTime: Duration
}

Fields

Interaction.id ● ID! non-null scalar

Interaction.start ● Date! non-null scalar

Interaction.end ● Date scalar

Interaction.line ● Line! non-null object

Interaction.desk ● Desk object

Interaction.user ● User object

Interaction.waitTime ● Duration! non-null scalar

Interaction.serviceTime ● Duration scalar

Member Of

Ticket object