What problem does it solve? Writing correct BigQuery graph queries and property graph schemas 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 graph 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. - Schema DDL Advisory: Assists in writing CREATE PROPERTY GRAPH DDL with scoped properties, safe aliases, key constraints, measures, and topology validation. - Use Case: A data engineer needs to find the shortest transfer path between two accounts in a fraud detection graph. The Skill generates a GQL query using ANY SHORTEST with a quantified edge pattern and TO_JSON output for visualization. ## Quick Start Ask the assistant to write a GQL query that finds all accounts connected to a given person within three hops in your BigQuery property graph.