Zone

type Zone {

  # ID
  id: Int!

  # Number
  number: Int!

  # Name
  name: String

  # Object ID
  objectId: Int!
}

Last updated