Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spring-projects/spring-graphql-examples
- Owner: spring-projects
- License: apache-2.0
- Created: 2022-10-06T16:16:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T12:25:25.000Z (3 months ago)
- Last Synced: 2024-09-28T16:41:08.700Z (3 months ago)
- Topics: graphql, spring, spring-boot, spring-graphql
- Language: Java
- Homepage: https://spring.io/projects/spring-graphql
- Size: 63.5 KB
- Stars: 13
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.