Example project on how to create GraphQL API using Spring Boot Starter GraphQL
- pull the repo & open in IntelijIdea
- Run docker-compose -f cmd in the root to spin up postgresql instance
- Run ./gradle bootRun & verify the application has started at port 8080 with a single GraphQL endpoint HTTP POST /graphql
- Open GraphiQL editor at http://localhost:8080/graphiql?path=/graphql
- explore the power of dynamic graphQL Query DSL