When writing resolvers for GraphQL types in a flow-typed environment, the Flow types should aid as much as possible.
(: any) for typical behavior.contextsourceThis was originally inspired by discussion in #554.
@leebyron is there any progress on this meta issue? It would really helpful to get end-to-end typing of the graph and the possibility of leveraging that in the client.
@leebyron are you still working on this issue? Is there something I or others could help with?
Has there been any additional consideration for what it will take to move forward with the remainder of the typings for resolvers?
@gtkatakura is using conditional mapped types to improve types: https://github.com/gtkatakura/fullstack-challenge/commit/36cc1050768e29824f7c7114d22c131d43aefef9
If it helps... proper typing of return (only for GraphQLScalarType) in TypeScript
https://github.com/gtkatakura/fullstack-challenge/commit/bc01861cb7f34fd5bc65b892ef9b33aedadab3e6
typing for GraphQLScalarType https://github.com/graphql/graphql-js/pull/1522
Most helpful comment
@leebyron are you still working on this issue? Is there something I or others could help with?