藉著GraphQL 我們可以在一個到伺服器的單一網路請求抓取一樣的資料(不需要建立一個客製化而且接著需要去維護的endpoint): graphql.get(`query { stories { id, text } }`) ...
確定! 回上一頁