Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabienarcellier/spike-apollo-federation

generate typescript types for React client based on Apollo Federation and Ariande.
https://github.com/fabienarcellier/spike-apollo-federation

Last synced: about 1 month ago
JSON representation

generate typescript types for React client based on Apollo Federation and Ariande.

Awesome Lists containing this project

README

        

## Motivation

I want to generate types for React client based on Apollo Federation and Ariande.

![](docs/architecture_federation.png)

## Usage

1. Run the environment

```
cd backend; pipenv run start
cd backend2; pipenv run start

cd webserver; npm start
```

2. To generate type hint for React client

```
cd webapp; npm codegen
```

## The latest version

You can find the latest version to ...

```bash
git clone ...
```

## References