标签: graphql flowtype react-apollo
我知道apollo-client中的一些初始流输入是merged。
例如,如果我有这样的代码:
declare module 'react-apollo' { declare module.exports: any; }
在我的lib def的另一边我有:
_id
我应该在这里输入什么(示例会有帮助)进行类型检查?
答案 0 :(得分:0)
从this详细文章开始。
答案 1 :(得分:0)
对于其他尝试让Flow与React Apollo一起使用的人:
React Apollo不再支持Flow。
请参阅此comment on GitHub。