Skip to content

Starting with graphql using graphql-java and springboot

Notifications You must be signed in to change notification settings

ramshers/graphQL-Starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning GraphQL with Spring Boot

Project's API is available at below URI:

  • /rest/api

Sample GraphQL Scalar Queries

  • Accessible under http://localhost:8080/rest/api
  • Usage for allCities { allCities { name population state { name cities { name } } } }
  • Usage for city { city(name: "BayArea") { name population state { name population cities { name } country { name population } } } }

About

Starting with graphql using graphql-java and springboot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages