https://github.com/geekeast/type-graphql-federation
The playground for type-graphql federation
https://github.com/geekeast/type-graphql-federation
apollo-federation type-graphql
Last synced: 4 months ago
JSON representation
The playground for type-graphql federation
- Host: GitHub
- URL: https://github.com/geekeast/type-graphql-federation
- Owner: GeekEast
- Created: 2022-08-27T12:03:56.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T12:14:41.000Z (almost 4 years ago)
- Last Synced: 2025-10-31T06:48:29.941Z (7 months ago)
- Topics: apollo-federation, type-graphql
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# type-graphql-federation
The playground for type-graphql federation
## Architecture

## Gateway
```sh
git clone git@github.com:GeekEast/type-graphql-federation-gateway.git
cd type-graphql-federation-gateway
yarn && yarn dev
```
## Product Endpoint
```sh
git clone git@github.com:GeekEast/type-graphql-federation-product.git
cd type-graphql-federation-product
yarn && yarn dev
```
## User Endpoint
```sh
git clone git@github.com:GeekEast/type-graphql-federation-user.git
cd type-graphql-federation-user
yarn && yarn dev
```