OBJECT

OperatorBase

Represents single Operator Base belonging to operator specified in request endpoint

link GraphQL Schema definition

  • type OperatorBase {
  • baseNid: BaseNid!
  • name: String!
  • default: Boolean!
  • tzNid: Int!
  • timezone: Timezone
  • isDefaultTimezone: Boolean!
  • # Arguments
  • # time: [Not documented]
  • utcOffset(time: Int): Int!
  • # Arguments
  • # time: [Not documented]
  • localTime(time: Int): Int!
  • }