fabric-graph

Manage and query Microsoft Fabric Graph Models using the GQL Query API.

2|1|Updated May 5, 2026
One-click install
npx skills add https://github.com/wardawgmalvicious/claude-config --skill fabric-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-graph
Source: https://github.com/wardawgmalvicious/claude-config/tree/main/skills/fabric-graph
Command: npx skills add https://github.com/wardawgmalvicious/claude-config --skill fabric-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The fabric-graph Skill manages and queries Microsoft Fabric Graph Models and leverages the GQL Query API, providing a streamlined approach for users to interact with Graph Models in Fabric.

Core Features & Use Cases

  • Graph Model Management: Create, update, and manage Graph Models within Microsoft Fabric.
  • GQL Query API Utilization: Query and manipulate Graph data using the Graph Query Language (GQL) API.
  • Use Case: For a user to quickly retrieve specific data from a Graph Model, they would run a GQL query through the Skill's interface to get the desired results.

Quick Start

Use the fabric-graph skill to query the Graph Model with the following GQL command: MATCH (n:Person) WHERE n.birthday > 19800101 RETURN n.firstName, n.lastName LIMIT 100.

Frequently Asked Questions about fabric-graph

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query a Graph Model in Microsoft Fabric using GQL?

To query a Graph Model in Microsoft Fabric using GQL, execute a standard GQL command like `MATCH (n:Person) WHERE n.birthday > 19800101 RETURN n.firstName` through the skill's interface to retrieve targeted graph data.

What is the GQL Query API used for in Microsoft Fabric?

The GQL Query API in Microsoft Fabric is used to query and manipulate data within Graph Models. It enables users to retrieve specific data points by running structured graph query language commands against their created models.

How do I create and manage Graph Models in Microsoft Fabric?

You can create and manage Graph Models in Microsoft Fabric by utilizing the graph management features. This allows users to create, update, and maintain graph structures before executing GQL queries against them.

Can I use GQL to filter graph data by specific node properties in Fabric?

Yes, you can use GQL to filter graph data by specific node properties in Fabric. The GQL Query API supports `WHERE` clauses to filter nodes, such as matching persons by a specific birthday threshold before returning results.

Does Microsoft Fabric support native Graph Model management?

Microsoft Fabric supports native Graph Model management through dedicated API integration. Users can create, update, and interact with graph structures directly within the Fabric platform using the GQL Query API.

What are the limitations of querying Graph Models with GQL in Fabric?

When querying Graph Models with GQL in Fabric, limitations include managing complex graph updates and ensuring query efficiency. Users should structure GQL queries with `LIMIT` clauses to constrain result sets and optimize data retrieval.