I want to parse the Cool service graph in android. I can not parse the data.
here is the url:
https://api.graph.cool/simple/v1/cj8dyjr0144dk33b7pz
need to analyze this service
mutation {
updateLocation(
id:"cjck0maq9q7ovs54z",
lat:"16.11",
long:"81.11"
) {
id,lat,long
}
}
Please anyone have an idea about this. Please help solve this problem.
source
share