Repository that hosts Spring for GraphQL examples and provides links to samples elsewhere.
- Federation -- Apollo Federation JVM example.
- GraphQL Defer -- use of incremental delivery through GraphQL Java 22 experimental support.
- Multipart GraphQL -- sample for the multipart-spring-graphql library.
- PetClinic -- in-depth sample with Spring for GraphQL and a single-page frontend.
- Multiple GraphQL Endpoints -- the Boot auto-config is for a single GraphQL endpoint, but if you need multiple endpoints in the same JVM you'll need your own standalone setup.