Skip to content
CSA Loom — the Microsoft Fabric experience for Azure tenants where Fabric isn't yet available: lakehouses, warehouses, notebooks, semantic models, Activator rules, Data Agents, across Commercial, GCC, GCC-High, and DoD IL5

Tutorial: GQL graph editor

CSA Loom gql-graph editor — verified working against a live console by the UAT harness on 2026-07-01.

Open the editor

  1. Sign in to your CSA Loom Console (for example https://<your-console-host>).
  2. Open or create a workspace from the Workspaces page.
  3. Click + New item and choose GQL graph from the catalog.
  4. The editor opens at /items/gql-graph/<id>:

GQL graph editor

What this editor does

A GQL graph uses the ISO/IEC 39075:2024 standard graph query language — vendor-neutral pattern matching. In Loom it is dispatched to the graph backend of record (ADX graph operators via the KQL query route).

Getting started

  1. Write GQL patterns — Author standard GQL MATCH patterns against your graph.
  2. Dispatch to backend — Loom routes the query to the graph backend of record (ADX graph via the KQL route).
  3. Inspect results — Results render in the force-directed graph view.
  4. Know the standard — GQL is the ISO standard; use it when you want engine-neutral graph queries.

Learn more

Verified by the UAT harness