Skip to content

Commit

Permalink
examples README.md (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszkuc authored and smyrick committed Sep 18, 2019
1 parent c987b13 commit 7f55f15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Examples

Example apps that use `graphql-kotlin` libraries to test and demonstrate usages.

* [spring](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples/spring) - This is a sample Spring Boot app that uses `graphql-kotlin-spring-server` to create reactive GraphQL web application. Please refer to the README file for details on how to run the target application.
* [federation](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples/federation) - Example Spring Boot apps generating Federated GraphQL schema and Apollo Gateway that exposes single federated schema are provided in examples/federation project. Please refer to their README files for details on how to run the target applications.

0 comments on commit 7f55f15

Please sign in to comment.