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 Desk {
  id: ID!
  name: String!
  user: User
}

Fields

Desk.id ● ID! non-null scalar

Desk.name ● String! non-null scalar

Desk.user ● User object

Returned By

changedDesks subscription ● changedDeskSelection subscription

Member Of

Interaction object ● Location object ● User object