我试图使用aor-simple-graphql-client for rest with rest-boilerplate。
我在尝试创建Apollo客户端时遇到了一个简单的错误。
文件:管理员上的App.js
var queryDate = new Date('2017-04-14'); //This can be any valid format so create you date you want to query and pass it inside.
db.departmentOfficerMonthlyScores.findOne({
departmentOfficerId: "58e21f0a7fa219021cd351ca",
departmentOfficerCurrentMonth: 1,
calenderYear: 2017,
updatedAt: { "$gte" : queryDate }
})
当我导航到localhost / admin时,我收到错误Uncaught(在承诺中)... restClient永远不会初始化。我很确定这是一个基本错误,但我无法通过。
有人可以帮助我吗?
我的回购:https://github.com/romainquellec/cuistot
感谢。
有关错误的更多信息:它可能只是一个配置错误。我不能初始化restClient,喜欢componentDidMount被称为。
我尝试了不同的方法,灵感来自你的项目,没有结果。
答案 0 :(得分:0)
我只是试图克隆&运行你的项目,但由于缺少包,它几乎立即失败。 master是否拥有您最近提交的所有内容?
与此同时,您可以在此处发布错误的详细信息吗?
吉尔达斯