> For the complete documentation index, see [llms.txt](https://qubic.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubic.gitbook.io/docs/guides/use-graphql/qraphql-clients.md).

# GraphQL 客戶端

GraphQL 是一種用於查詢和操作 API 的查詢語言，你可以直接使用 fetch(or axios) 向 Qubic GraphQL Server 發送請求

我們建議使用 [graphql-request](https://github.com/prisma-labs/graphql-request) 這套輕量的函式庫作為開發的工具，我們提供的範例也會使用它進行介紹

如果你有 GraphQL 的開發經驗，也可以使用 [Apollo](https://www.apollographql.com/) 進行溝通，我們建議將邏輯以 [Apollo Link](https://www.apollographql.com/docs/react/api/link/introduction/) 的形式封裝
