Skip to content

Commit

Permalink
chore: add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Dec 19, 2022
1 parent ea71591 commit 7685829
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions compose-graphql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## GraphQL Compose

Built on top of [ZIO Compose]. GraphQL compose intends to solve the problem of API Composition.
It comes in two parts —

1. **DSL:** This is used to write the composition spec. Once the spec is written, it's validated and optimized by the compiler.
2. **Runtime:** A high-performance runtime that executes takes in a graphQL request and resolves it using a composition spec.

## Demo

A demo usage for [jsonplaceholder] is available here —

1. [DSL Usage]
2. [Unit Tests]

[jsonplaceholder]: https://jsonplaceholder.typicode.com/
[Unit Tests]: https://github.com/tailcallhq/zio-compose/blob/main/compose-graphql/src/test/scala/compose/graphql/JsonPlaceholderSpec.scala
[DSL Usage]: https://github.com/tailcallhq/zio-compose/blob/main/compose-graphql/src/test/scala/compose/graphql/internal/JsonPlaceholder.scala

[ZIO Compose]: https://github.com/tailcallhq/zio-compose

0 comments on commit 7685829

Please sign in to comment.