https://github.com/augustoscher/orders-graphql-subgraph
Orders Domain Graph Service. It's part of Edge GraphQL.
https://github.com/augustoscher/orders-graphql-subgraph
apollo apollo-federation-2 graphql subgraph
Last synced: about 2 months ago
JSON representation
Orders Domain Graph Service. It's part of Edge GraphQL.
- Host: GitHub
- URL: https://github.com/augustoscher/orders-graphql-subgraph
- Owner: augustoscher
- Created: 2022-08-21T21:05:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T21:13:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T05:52:22.521Z (over 1 year ago)
- Topics: apollo, apollo-federation-2, graphql, subgraph
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# orders-graphql-subgraph
GraphQL subgraph service (DGS) corresponding to the orders domain from [Edge GraphQL](https://github.com/augustoscher/edge-graphql).
It's builded with [Apollo Federation](https://www.apollographql.com/docs/federation/) v2 which is an open source architecture for building a distributed graph.
## Running
To run application, just type:
```
yarn dev
```
or
```
make dev
```
## ToDo
- Add Database
- Add Makefile
- Run on docker
## Docs
[GraphQL Principles](https://principledgraphql.com/integrity#1-one-graph).
[Apollo Federation](https://www.apollographql.com/docs/federation/).
[Netflix API with GraphQL Federation](https://netflixtechblog.com/how-netflix-scales-its-api-with-graphql-federation-part-1-ae3557c187e2).