Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spring-projects/spring-graphql-examples

Spring for GraphQL Examples
https://github.com/spring-projects/spring-graphql-examples

graphql spring spring-boot spring-graphql

Last synced: 3 months ago
JSON representation

Spring for GraphQL Examples

Awesome Lists containing this project

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.