Skip to content

jmartisk/graphql-kotlin-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Run

mvn quarkus:dev

Check the schema

curl localhost:8080/graphql/schema.graphql

Call query a

curl -X POST -v localhost:8080/graphql -d'{"query":"{a{propertyA propertyInResponseA}}"}'

Call query b

curl -X POST -v localhost:8080/graphql -d'{"query":"{b{propertyB propertyInResponseB}}"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages