What problem does it solve? Writing correct graph queries and property graph schemas in BigQuery requires deep knowledge of GQL syntax, GRAPH_TABLE integration, GRAPH_EXPAND semantics, and schema design pitfalls. This Skill provides the guidelines and references needed to generate valid GQL queries and well-formed CREATE PROPERTY GRAPH DDL without trial and error. ## Core Features & Use Cases - GQL Query Generation: Produces BigQuery GoogleSQL GQL queries with correct pattern matching, path variables, quantifiers, and output formatting for visualization or tabular results. - Semantic Graph Querying: Guides use of the GRAPH_EXPAND table-valued function and the AGG() function for measure columns in semantic graphs. - Graph Schema Design: Assists in writing CREATE PROPERTY GRAPH DDL with scoped properties, safe aliases, key constraints, measures, and metadata options. - Use Case: A data engineer needs to model a fraud-detection network of accounts and transfers. The Skill helps define the property graph DDL with proper node/edge keys, then generates a shortest-path GQL query to trace suspicious multi-hop transfers. ## Quick Start Ask the assistant to write a GQL query that finds the shortest transfer path between two accounts in your BigQuery property graph.