码迷,mamicode.com
首页 >  
搜索关键字:graphql    ( 156个结果
sofa graphql 2 rest api webhook 试用
sofa 的webhook实际上就是将graphql 的subscription 进行了扩展,当接受到sub 请求的时候 再做一次http 的转发处理,方便rest api 的访问 环境准备 环境还是使用的docker-compose ,以前的代码,只是添加了一个webhook 的容器镜像 可以参考 ...
分类:Windows程序   时间:2019-01-27 19:24:14    阅读次数:228
sofa graphql 2 rest api 试用
大部分代码还是来自sofa 的官方文档,同时添加了docker && docker-compose集成 备注: 代码使用typescript 同时运行的时候为了方便直接运行使用ts-node 运行 环境准备 docker-compose 文件 version: "3" services: api: ...
分类:Windows程序   时间:2019-01-27 16:44:17    阅读次数:196
GraphQL-前端开发的利剑与桥梁
GraphQL 前端开发的利剑与桥梁 基本概念 GraphQL GraphQL 是一种用于 API 的查询语言,由Facebook开发和开源,是使用基于类型系统来执行查询的服务端运行时(类型系统由你的数据定义)。GraphQL并没有和任何特定数据库或者存储引擎绑定,而是依靠你现有的代码和数据支撑。 ...
分类:其他好文   时间:2019-01-26 20:01:23    阅读次数:190
Why GraphQL is Taking Over APIs
A few years ago, I managed a team at DocuSign that was tasked with re-writing the main DocuSign web app which was used by tens of millions of users. T ...
分类:Windows程序   时间:2019-01-21 17:12:29    阅读次数:231
Modularizing your graphQL schemas
转自: https://tomasalabes.me/blog/nodejs/graphql/2018/07/11/modularizing-graphql.html Modularizing your graphQL schemas Working in a kinda big graphql s ...
分类:其他好文   时间:2019-01-19 21:12:18    阅读次数:168
GraphQL Gateway Architectures
转自: https://tomasalabes.me/blog/graphql/node/microservices/2018/08/11/graphql-architectures.html GraphQL Gateway Architectures These are the approache ...
分类:其他好文   时间:2019-01-19 21:09:18    阅读次数:189
madlib 集成 hasura graphql-engine 试用
madlib 可以让我们直接在sql 中进行机器学习,集成了强大的sql 能力,以及分析能力,后边会尝试 集成graphql engine ,让功能更强大 docker 镜像准备 使用了一个别人的写好的,也可以参考官方提供的,就是镜像包有点大 docker-compose 文件 version: ' ...
分类:其他好文   时间:2019-01-18 23:56:16    阅读次数:215
[GraphQL] Filter Data Based on Query Arguments with GraphQL
With GraphQL, every field and nested object can have a set of arguments which can be used to request very specific data from a GraphQL API. In this le ...
分类:其他好文   时间:2019-01-13 02:01:58    阅读次数:288
[GraphQL] Reuse Query Fields with GraphQL Fragments
A GraphQL fragment encapsulates a collection of fields that can be included in queries. In this video, we'll look at how to create fragments on types ...
分类:其他好文   时间:2019-01-13 00:15:09    阅读次数:145
[GraphQL] Query a GraphQL API with graphql-request
To query a GraphQL API, all you need to do is send an HTTP request that includes the query operation in the body of the request. In this lesson, we wi ...
分类:Windows程序   时间:2019-01-07 21:33:07    阅读次数:232
156条   上一页 1 ... 6 7 8 9 10 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!