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.