首页 > 其他 > 详细

hasura graphql 模式拼接demo

时间:2018-07-25 19:25:16      阅读:176      评论:0      收藏:0      [点我收藏+]

实际上通过上边的介绍,模式拼接和hasura 基本没啥关系了,就是使用graphql-bindings 进行schema 合并了

基本demo

这个是官方提供的demo

git clone  https://github.com/hasura/graphql-schema-stitching-demo

运行

  • 依赖安装
yarn 
  • 运行
HASURA_GRAPHQL_ENGINE_URL=http://localhost:9090    

yarn start

效果
技术分享图片

使用到的技术

  • mergeSchemas
  • makeRemoteExecutableSchema

参考资料

https://github.com/hasura/graphql-schema-stitching-demo
https://oss.prisma.io/content/graphql-binding/01-overview
https://www.apollographql.com/docs/graphql-tools/remote-schemas.html
https://www.prisma.io/blog/reusing-and-composing-graphql-apis-with-graphql-bindings-80a4aa37cff5/
https://github.com/hasura/generate-graphql-bindings

hasura graphql 模式拼接demo

原文:https://www.cnblogs.com/rongfengliang/p/9367799.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!