> ## Documentation Index
> Fetch the complete documentation index at: https://nocode-docs.zeroagent.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GraphQL API

Zeromagic integrates seamlessly with **GraphQL**, a powerful query language that provides a superior approach for more efficient  data manipulation and developer-friendly experience.

<img src="https://mintcdn.com/zeromagiclabsprivatelimited/FNI2lo67ZZ_e31YS/assets/images/graphql-arch.png?fit=max&auto=format&n=FNI2lo67ZZ_e31YS&q=85&s=c33cb628333d97a82fadf12e67f868f8" alt="graphql-arch" width="1071" height="425" data-path="assets/images/graphql-arch.png" />

ZeroMagic provides a GraphQL API that allows you to interact with your data in a more flexible and efficient way. GraphQL is a relatively newer architectural style that provides an alternative to REST. The powerful GraphQL Engine allows you to query your data in a more flexible way and generates instant APIs for your data models. List your neccessary tables or models and the GraphQL Engine will generate API endpoint instantly, allowing you to make necessary queries and mutations within mintues.
