Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chiragsaini/gql-federation


https://github.com/chiragsaini/gql-federation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# GQL Federation Example

- Run microservices (federated servers)
```
yarn start-auth // Auth Server
yarn start-student // Student Server
yarn start-course // Course Server
```

- To run gateway use
```
yarn start-gateway
```

- For making requests, import postman_collection in postman