iT邦幫忙

鐵人檔案

2018 iT 邦幫忙鐵人賽
回列表
Data Technology

GraphQL + ApolloData 入門 系列

GraphQL 正夯 搭配 ApolloData 更加速了快速開發 以及可維護性

參賽天數 27 天 | 共 30 篇文章 | 18 人訂閱 訂閱系列文 RSS系列文 團隊線上讀書會 II 團
DAY 1

GraphQL 與 ApolloData 介紹

介紹Facebook 公司 推出的 GraphQL,相對於一般的 Restful 會開很多 EndPoint 來提供使用者查詢資料,在 GraphQL 基本只開...

2017-12-07 ‧ 由 polo 分享
DAY 2

GraphQL Server & ApolloData Server

介紹在開始玩 GraphQL 之前先來架設一個SERVER,這時候可以選用官方提供的 GraphQL Server 或是 ApolloData 提供的 Ser...

2017-12-08 ‧ 由 polo 分享
DAY 3

ApolloData Server 介紹

介紹 ApolloData Server 主要有三個任務第一個是解析 Client payload map 打進來的資料,並且符合 Type Query 與...

2017-12-09 ‧ 由 polo 分享
DAY 4

ApolloData Server & Auth

介紹 前後端分離的網頁會使用 Jwt 或是 Firebase 會先驗證 Token 是否過期, 驗證後拿到資料再透過 ApolloData 提供的套件 apo...

2017-12-10 ‧ 由 polo 分享
DAY 5

ApolloData Server & GraphQL

介紹GraphiQL ApolloData 有提供一個提供網頁可以直接打 Json payload 的功能 ,這個界面也有提供 GraphQL API 可以查...

2017-12-11 ‧ 由 polo 分享
DAY 6

ApolloData Client 基本設定

介紹前幾篇文章都是在介紹 Server 的部分,因為 ApolloData 提供了許多前端的套件,這次先以用原生 ApolloClient來做一個 簡單設定並打...

2017-12-12 ‧ 由 polo 分享
DAY 7

ApolloData Client & React

介紹ApolloDataClient 在 React 部分提供了 React Native and Expo 可以直接用的功能,對於各種的 React Rout...

2017-12-13 ‧ 由 polo 分享
DAY 8

ApolloData & ApolloClient 設定檔介紹

介紹ApolloClient & ApolloProvider 之中有提供幾個不錯的功能,來介紹一下有哪些參數可以使用 link: Apollo C...

2017-12-14 ‧ 由 polo 分享
DAY 9

ApolloData & Query 與 Mutation

介紹 前面兩篇ApolloData相關基本設定介紹後,接下來是 graphql 的HOC綁定 gql時候的語法,以及如何使用 Query 與 Mutation...

2017-12-15 ‧ 由 polo 分享
DAY 10

ApolloData & Query method (一)

介紹 來介紹ApolloData 基本的查詢,使用ApolloData Client 的話直接都用原生GraphQL的查詢語法即可不需要學其他的語法,前幾篇也有...

2017-12-16 ‧ 由 polo 分享