An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# type-graphql-federation
The playground for type-graphql federation

## Architecture

no image found

## 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
```