> For the complete documentation index, see [llms.txt](https://docs.zed.run/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zed.run/getting-started/graphql.md).

# GraphQL

GraphQL offers much more flexibility than REST API:

* self-documented API (checkout GraphQL schema)
* the ability to retrieve many resources in a single request
* the ability to dicate exactly what we need from the server, and receive that data in a predictable way
* strongly typed

Documentation:\
<https://graphql.org/learn/>

GraphQL in 100 seconds:\
<https://www.youtube.com/watch?v=eIQh02xuVw4>
