When writing resolvers for GraphQL types in a flow-typed environment, the Flow types should aid as much as possible. - [x] Do not require casting through `(: any)` for typical behavior. - [ ] Proper typing of `context` - [ ] Proper typing of `source` - [ ] Proper typing of return - [ ] Proper typing of arguments