> 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.md).

# 使用 GraphQL

Qubic 系列產品的 APIs 都是使用 GraphQL 的規格來呼叫，GraphQL 是一種靈活、高效且客戶端驅動的數據查詢語言，使開發者能更精確地控制數據的請求和返回，並能減少過多或不必要的數據傳輸。這使得 GraphQL 成為現代網絡應用程式的一個常用 API 查詢語言。

如果你還不熟悉如何使用 GraphQL，建議你可以訪問 <https://graphql.org/> 網站了解關於 GraphQL 的基礎與使用方式，再接著進入後續的章節。
