Skip to content

Commit

Permalink
chore: 添加总结
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonxiang committed Mar 31, 2023
1 parent ec3f96d commit 18eb4ae
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions md/bff.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: 微服务实战之BFF云端一体开发实战
title: 微服务实战之BFF云端一体开发
revealOptions:
transition: slide
---

### 微服务实战之BFF云端一体开发实战
### 微服务实战之BFF云端一体开发

项伟平(2023.02.10)

Expand Down Expand Up @@ -55,6 +55,14 @@ bff的诉求在于合并请求、字段裁剪

---

总结

- 中间层通过pb形成graphql(自动化)
- 中间层通过apollo-server来提供字段信息的查看(自动化)
- 前端层选取自己需要的字段,编写graphql,形成自己的类型定义

---

# 加餐

---
Expand Down

1 comment on commit 18eb4ae

@vercel
Copy link

@vercel vercel bot commented on 18eb4ae Mar 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.