City
Information about a city.
Fieldsโ
| Name | Description |
|---|---|
| id (Int!) | The id of the city. |
| name (String!) | The name of the city. |
| state_id (Int!) | The id of the state where the city is located. |
| state_code (String!) | The code designated to the state where the city is located. |
| country_id (Int!) | The id of the country where the city is located. |
| country_code (String!) | The ISO Alpha-2 code designated to the country where the city is located. |
| latitude (Float!) | The latitude coordinate of the city. |
| longitude (Float!) | The longitude coordinate of the city. |