I want to parse the graph Cool service in android. I am unable to parse the data.
here is the URL:
https://api.graph.cool/simple/v1/cj8dyjr0144dk33b7pz
have to parse this service
mutation {
updateLocation(
id:"cjck0maq9q7ovs54z",
lat:"16.11",
long:"81.11"
) {
id,lat,long
}
}
Please, any one has idea about that.Please help to resolve this issue.