lvarayut / relay-fullstack

:point_up::running: Modern Relay Starter Kit - Integrated with Relay, GraphQL, Express, ES6/ES7, JSX, Webpack, Babel, Material Design Lite, and PostCSS
https://lvarayut.github.io/relay-fullstack/
MIT License
986 stars 126 forks source link

Added flowtype #56

Closed Neitsch closed 7 years ago

Neitsch commented 7 years ago

Added flowtype annotations throughout the project. Had to use int IDs instead of strings, since flowtype is not great at typecasting.

Neitsch commented 7 years ago

One sec actually. Lint & flow passed, but doesn't run.

lvarayut commented 7 years ago

Thanks so much @Neitsch. This's awesome PR.