Place
No description
type Place {
code: String!
name: String!
type: PlaceType!
}
Fields
Place.code
● String!
non-null scalar
Code of the place
Place.name
● String!
non-null scalar
Name of the place
Place.type
● PlaceType!
non-null enum
Place type (Airport, Train station, city)
Member Of
PackageLocations
object