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://segmentfault.com/a/1190000014131950?utm_source=tag-newest
https://segmentfault.com/a/1190000013961872
https://draveness.me/graphql-microservice
todo。。