This document provides an overview of GraphQL basics and how to use it with LeanIX. It describes GraphQL as a query language for APIs that allows clients to request specific data fields and relationships from an application's data model in a single request. The document demonstrates how to access the integrated GraphQL IDE from a LeanIX workspace and compile queries step-by-step using autocomplete and documentation. It shows how GraphQL enables more efficient and flexible data retrieval compared to REST APIs.