Place
type Place {
# ID
id: Int!
# Number
number: Int!
# Name
name: String!
# Zone ID
zoneId: Int!
# Get zone
zone: Zone!
}
Last updated
Was this helpful?
type Place {
# ID
id: Int!
# Number
number: Int!
# Name
name: String!
# Zone ID
zoneId: Int!
# Get zone
zone: Zone!
}
Last updated
Was this helpful?