Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 268 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 268 Bytes

graphql-api

Full Example of using graphql service

Run : npm start

In the query section enter

     author(id: 4232) {
       name,
       books {
         title,
         isbn
       }
     }
   }