码迷,mamicode.com
首页 > 其他好文 > 详细

hasura graphql 模式拼接demo

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

标签:block   .com   clone   分享   remote   https   参考   www   http   

实际上通过上边的介绍,模式拼接和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

标签:block   .com   clone   分享   remote   https   参考   www   http   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!