如何运行`Apollo graphql client`来查询`redux`商店?

时间:2019-06-13 11:40:23

标签: graphql apollo apollo-client apollo-server

我是 HERE | $docLib = $clientContext.Web.Lists.GetByTitle("IT Documents"); # Below uses $docLib so it cannot be executed properly unless $docLib is assigned correct value $clientContext.Load($docLib); # And below fails as the above is not executed successfully $clientContext.ExecuteQuery(); 的新手,根据我的理解,它不限于某些graphql。因此,从理论上讲,我可以data source来查询任何数据源,例如graphqlsql dbNoSql等。

我有一个big data项目,我想知道是否可以使用react/reduxgraphql查询数据。在这种模式下,我没有redux storegraphql server是我的redux store的数据源。所有graphql都发生在客户端。如果有任何更改graphql状态的动作,它将触发与store连接的react component进行重新渲染。

这有可能吗?我需要在graphql client之上实现graphql server吗?如果是这样,我该怎么办?

0 个答案:

没有答案