Zone
type Zone {
# ID
id: Int!
# Number
number: Int!
# Name
name: String
# Object ID
objectId: Int!
}
Last updated
Was this helpful?
type Zone {
# ID
id: Int!
# Number
number: Int!
# Name
name: String
# Object ID
objectId: Int!
}
Last updated
Was this helpful?