Light
Dark
System
v4latest
v4latest
v3
v2
v1

Extensions

This section describes the SDL commands pertaining to extensions.

Declare that the current schema enables a particular extension.

using extension ExtensionName ";"

Extension declaration must be outside any module block since extensions affect the entire database and not a specific module.

Enable GraphQL extension for the current schema:

Copy
using extension graphql;

Enable EdgeQL over HTTP extension for the current database:

Copy
using extension edgeql_http;
Light
Dark
System

We use ChatGPT with additional context from our documentation to answer your questions. Not all answers will be accurate. Please join our Discord if you need more help.