Skip to content

waqasdilawar/spring-graphql-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring GraphQL

Use below curl command to test the greeting endpoint after running.

curl --location --request POST 'localhost:8088/graphql' \ --header 'Content-Type: application/json' \ --data-raw '{"query":"query greeting {\n greeting\n}","variables":{}}'

About

Spring GraphQL demo app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages