GraphQL 渐进学习 04-graphql-resolvers-interfaces-接口的使用
目标使用interfaces接口代码graphQL-example/features.js步骤1.准备测试静态数据constnotices=[{id:1,content:'这是notice',noticeTime:1524710641}]constreminds=[{id:1,content:'这是remind',endTime:1524710641}]notices通知reminds提醒2.编写