Skip to main content
No description
type Line {
  id: ID!
  name: String!
  color: String!
  disabled: Boolean!
  archived: Boolean!
  location: Location!
  hasActiveTickets: Boolean!
  hasScheduledTickets: Boolean!
  translations: [LineTranslation!]!
  appointmentSettings: LineAppointmentSettings
}

Fields

Line.id ● ID! non-null scalar

Line.name ● String! non-null scalar

Line.color ● String! non-null scalar

Line.disabled ● Boolean! non-null scalar

Line.archived ● Boolean! non-null scalar

Line.location ● Location! non-null object

Line.hasActiveTickets ● Boolean! non-null scalar

Line.hasScheduledTickets ● Boolean! non-null scalar

Line.translations ● [LineTranslation!]! non-null object

Line.appointmentSettings ● LineAppointmentSettings object

Returned By

changedLines subscription ● line query

Member Of

InputField object ● Interaction object ● Location object ● Ticket object ● TicketChange object ● TV object ● User object ● UserAppointmentsAvailability object