# spring-graphql-examples **Repository Path**: mirrors_spring-projects/spring-graphql-examples ## Basic Information - **Project Name**: spring-graphql-examples - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-24 - **Last Updated**: 2025-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Overview Repository that hosts [Spring for GraphQL](https://github.com/spring-projects/spring-graphql) examples and provides links to samples elsewhere. # Examples - [websocket-authentication](websocket-authentication) # Guides on spring.io * [Building a GraphQL service](https://spring.io/guides/gs/graphql-server/) * [Observing GraphQL in action](https://spring.io/guides/topicals/observing-graphql-in-action) # Community Samples - [Federation](https://github.com/apollographql/federation-jvm-spring-example) -- [Apollo Federation JVM](https://github.com/apollographql/federation-jvm) example. - [GraphQL Defer](https://github.com/felipe-gdr/spring-graphql-defer) -- use of [incremental delivery](https://github.com/graphql/defer-stream-wg) through GraphQL Java 22 experimental support. - [Multipart GraphQL](https://github.com/nkonev/multipart-graphql-demo) -- sample for the [multipart-spring-graphql](https://github.com/nkonev/multipart-spring-graphql) library. - [PetClinic](https://github.com/spring-petclinic/spring-petclinic-graphql) -- in-depth sample with Spring for GraphQL and a single-page frontend. - [Multiple GraphQL Endpoints](https://github.com/codesnippe/multiple-graphql-endpoints-demo) -- 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](https://docs.spring.io/spring-graphql/reference/standalone-setup.html).