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

Not a programmer 不工程的攻城獅

Follow
Follow
homeNewsSoftwareMarketingSeriesbadgesnewsletter
Tag

GraphQL

#graphql

More content

Read more stories on Hashnode


Articles with this tag

學習 GraphQL 筆記(三)Resolver

Jul 27, 2018

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

學習 GraphQL 筆記(三)Resolver

學習 GraphQL 筆記(二)Query Schema

Jul 27, 2018

上一篇學完了怎麼定義看得到的資料格是,這一篇就要來學習 Front End 要怎麼取得資料。下面是 Query Schema 的格式: Operation GraphQL 提供三個 operation type — query、mutation、subscription。operation...

學習 GraphQL 筆記(二)Query Schema

學習 GraphQL 筆記(一)Object Type

Jul 27, 2018

最近因為公司的需求,可能要導入 GraphQL 到專案裡面,所以去做了些研究開始學習 GraphQL。 過程中實在是有許多地方的概念,很難搞懂(老了學不來了QQ)。在此紀錄自己學習後的理解,希望會幫助到入門的人,也希望有大大提點不正確的地方(拜託鞭我,我抖 M 不抖音)。 這邊先簡介一下...

學習 GraphQL 筆記(一)Object Type