How to parse a cool cool graphic service in android

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.

+6
source share
2 answers

refer to the full document provided by Apollo graphql . it is a GraphQL compatible client that generates Java models from standard GraphQL queries. This link provides an example application for native Android. Press here

+1
source

, , : apollo-codegen

: frontend quick start

, AIDL Android.

+1

All Articles