Objects
/
LocationValue

LocationValue

Fields

  • address
    String
    Address
  • city
    String
    City
  • city_short
    String
    City
  • column
    Column!
    Required
    The column that this value belongs to.
  • country
    String
    Country
  • country_short
    String
    Country short name (e.g. PE for Peru)
  • id
    ID!
    Required
    The column's unique identifier.
  • lat
    Float
    Latitude
  • lng
    Float
    Longitude
  • place_id
    String
    Place ID of the location
  • street
    String
    Street
  • street_number
    String
    Number of building in the street
  • street_number_short
    String
    Short number of building in the street
  • street_short
    String
    Street
  • text
    String
  • type
    ColumnType!
    Required
    The column's type.
  • updated_at
    Date
    The date when column value was last updated.
  • value
    JSON
    The column's raw value in JSON format.
LinkValueLongTextValue
Built with