LakeQL
Introduction
  • Overview
  • Key Concepts
  • Package Map
Getting Started
  • Prerequisites
  • Quickstart
  • Environment Configuration
  • First Run
Architecture
  • System Overview
  • Data Flow
  • Request Lifecycle
Configuration
  • Environment Variables
  • Authentication
  • Trino Connection
create-app
  • Usage
  • Template Structure
  • Post Creation
Contributing
  • Local Development
  • Contribution Guide
Guides
  • Custom Resolvers
  • Extending Schema
  • Deploying
  • Mutations
  • Load Strategies
GitHub
LakeQL
  1. LakeQL
  2. Guides

Guides

Practical guides for common tasks like adding custom resolvers, extending schemas, and deploying to production.

Custom Resolvers

Add custom queries and mutations beyond the generated schema.

Extending Schema

Extend generated GraphQL types with additional fields, custom comparison operators, and computed values.

Deploying

Build and deploy a LakeQL API to production with Docker, Compose, and environment variable management.

Mutations

Enable write operations with the mutation pipeline, configure load strategies, and use system user impersonation.

Load Strategies

Understand the three load strategies (full_load, full_load_append, append) and when to use each for your mutation pipeline.

Previous page

Contribution Guide

Next page

Custom Resolvers