Skip to content

Peripona/graphql-api

Repository files navigation

graphql-api

Full Example of using graphql service

Run : npm start

In the query section enter

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

About

Full Example of using graphql service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published