callstack / callstack/hapi-graphql-boilerplate
flow check fails
Open
- Dominant language
- JavaScript
- Stars
- 25
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Running on node 7.10.0 and flow check fails with
```
app/api/graphql/userLoaders.js:9
9: new Dataloader(async (ids: Array): any => {
^ constructor call
8: (fieldName: string, schema: Object): Function =>
^^^^^^^^ function type. Callable signature not found in
9: new Dataloader(async (ids: Array): any => {
^ DataLoader
```
and that's well beyond my js skills level... 😕
Contributor guide
Assessment
This issue has not been assessed yet.