type Place { # ID id: Int! # Number number: Int! # Name name: String! # Zone ID zoneId: Int! # Get zone zone: Zone! }
Last updated 2 years ago