【发布时间】:2017-03-23 04:50:10
【问题描述】:
我按照Apollo documentation 在单个 React 组件上提供了两个突变(createUser 然后是signInUser),但是我的代码(this.props.signInUser is not a function)无法访问一个突变(“外部”之一 - signInUser) )。也许我启用服务器端的设置掩盖了一个突变,但我看不出在哪里。帮助表示赞赏:)
查看完整代码here。
【问题讨论】:
标签: reactjs graphql apollostack react-apollo