# Bigquery Graph

> Provides guidelines and best practices for querying and defining property graphs and semantic graphs in BigQuery using GQL (Graph Query Language). Use when creating property graphs or querying graph topologies in BigQuery.

- Skill: `gemini-cli-extensions-data-agent-kit-starter-pack/bigquery-graph` (Agent Skill, multi-file: 7 files)
- Install (CLI): `npx skillmds@latest add gemini-cli-extensions-data-agent-kit-starter-pack/bigquery-graph`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gemini-cli-extensions-data-agent-kit-starter-pack/bigquery-graph/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gemini-cli-extensions (https://skillmd.com/u/gemini-cli-extensions-data-agent-kit-starter-pack)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/gemini-cli-extensions-data-agent-kit-starter-pack/bigquery-graph

---


# BigQuery Graph Analytics

BigQuery supports Graph Analytics through property graph queries (using GQL) and semantic graphs. Property graphs allow you to query topology, node/edge connections, and graph relationships directly in BigQuery SQL.

## Reference Directory

- **GQL Querying**: [graph_queries.md](references/graph_queries.md) - Standard GQL syntax and pattern matching.
- **Semantic Queries**: [semantic_queries.md](references/semantic_queries.md) - Semantic graph operations and expand functions.
- **Schema Best Practices**: [best_practices.md](references/graph-schema/best_practices.md) - Performance and indexing best practices for graph schemas.
- **DDL Reference**: [ddl_reference.md](references/graph-schema/ddl_reference.md) - `CREATE PROPERTY GRAPH` DDL syntax.
- **Feature Parity & Limitations**: [feature_parity.md](references/graph-schema/feature_parity.md) - GQL limitations and feature parity.
- **Graph Schema Advisor**: [graph_schema_ddl_advisor.md](references/graph-schema/graph_schema_ddl_advisor.md) - Assistant guidelines for designing graph schemas.


