Skip to content

NazDov/spring-test-graphql

Repository files navigation

spring-test-graphql

Example project on how to create GraphQL API using Spring Boot Starter GraphQL

  1. pull the repo & open in IntelijIdea
  2. Run docker-compose -f cmd in the root to spin up postgresql instance
  3. Run ./gradle bootRun & verify the application has started at port 8080 with a single GraphQL endpoint HTTP POST /graphql
  4. Open GraphiQL editor at http://localhost:8080/graphiql?path=/graphql
  5. explore the power of dynamic graphQL Query DSL
Screenshot 2023-06-28 at 12 36 54

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages