Skip to content

ramshers/graphql-hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

This project is to resolve issues coming up from hibernate

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages