This project demonstrates a simple setup for building a GraphQL API using Spring Boot 4. It consists of two services:
- spring-boot-graphql — An upstream Spring Boot service that exposes GraphQL APIs.
- spring-boot-graphql-client — A downstream Spring Boot service that consumes GraphQL APIs exposed by the upstream service.
- Example GraphQL Query and Mutation
- Example client-server interaction with Spring Boot 4 features
To set up and run each module, refer to their respective README files:
Additional Links
These additional references should also help you: