Skip to content

Bare minimum boilerplate for Graphql with Spring Boot

Notifications You must be signed in to change notification settings

svalchinov/graphql-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql and Spring Boot

POST localhost:9000/graphql

{
	"query": "{user {name}}"
}
{
	"query": "{countUsers}"
}

About

Bare minimum boilerplate for Graphql with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages