--- title: city , state tags: table --- **URL** : --- **Header** ``` ``` **Request** ``` { city { id cityName state { stateName id } } } ``` ``` { state { id stateName cities { cityName id } } } ``` **Description** --- **Header** ``` ``` **Response** ``` { "data": { "city": [ { "id": "69860bd6-c73e-47b1-93ad-a4d643c31084", "cityName": "Dwarka", "state": { "stateName": "Delhi", "id": "5aa2c00b-854a-48e4-8d9b-fbaca772acb8" } } ] } } ``` ``` { "data": { "state": [ { "id": "65bd0d07-f7df-4c70-a142-2d0f285a687f", "stateName": "Goa", "cities": [] }, { "id": "5aa2c00b-854a-48e4-8d9b-fbaca772acb8", "stateName": "Delhi", "cities": [ { "cityName": "Dwarka", "id": "69860bd6-c73e-47b1-93ad-a4d643c31084" } ] } ] } } ``` **Description**
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up