GraphQL

 

A query language for your API:一种为API通信设计的查询语言

SQL: 一种用于关系型数据库的查询语言 (后端到数据库) select * from table ......

GraphQL:一种用于与API通信的查询语言 (前端到后端) query name { ...... }

 

 

应用demo

 

https://insights.thoughtworks.cn/use-graphql-build-bff-in-microservices/ 

 

ref

https://graphql.cn/learn/

https://segmentfault.com/a/1190000014131950?utm_source=tag-newest

https://segmentfault.com/a/1190000013961872

https://draveness.me/graphql-microservice

todo。。

 

posted @ 2019-07-16 17:01  人在江湖之诗和远方  阅读(221)  评论(0编辑  收藏  举报