Skip to main content

Intro to GraphQL

GraphQL is a query language for your API, and a server-side runtime for executing queries using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.

Getting Started

This documentation has been written to help you get started with querying Aave data using GraphQL. The documentation has set of examples that you can use to get started with querying Aave data.

You can select the chain you want to try out graphql examples from the sidebar on the left to get started!