26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
|
|
# 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).
|