LocationType
No description
type LocationType {
id: String
city: String
country: String
region: String
longName: String
latitude: Float
longitude: Float
latLong: [Float]
}
Fields
LocationType.id
● String
scalar
LocationType.city
● String
scalar
LocationType.country
● String
scalar
LocationType.region
● String
scalar
LocationType.longName
● String
scalar
LocationType.latitude
● Float
scalar
LocationType.longitude
● Float
scalar
LocationType.latLong
● [Float]
list scalar
Member of
DocumentType
object ● FolderType
object