攻城獅
Not a programmer 不工程的攻城獅

Not a programmer 不工程的攻城獅

Follow
Series

GraphQL


Articles in this series

學習 GraphQL 筆記(三)Resolver

Jul 27, 2018

前面學完了怎麼請求資料,怎麼定義 Schema,最後我們就是要來學習怎麼解析請求來拿取資料。 此處我是搭配 Apollo 來使用,所以可能跟其他 Framework 不同。到了 Resolver 基本上我認為就已經不關 GraphQL 的事情了,就主要是後端的邏輯該怎麼利用得到的參數來從...

學習 GraphQL 筆記(三)Resolver
學習 GraphQL 筆記(二)Query Schema
學習 GraphQL 筆記(一)Object Type