androidparsinggraphcool

how to parse graph cool service in android


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.


Solution

  • please refer the complete document provided by Apollo graphql. it is a GraphQL compliant client that generates Java models from standard GraphQL queries.this link provides a sample application for native android. click here