# Data Import froGQL reads graph data from three formats. Every import path also runs `infer_simple_schema` and persists the result as the `DEFAULT` GRAPH TYPE, so the typechecker is useful immediately after the first open. ## CSV with config (Text2GQL / Cypher datasets) ```bash frogql mydb.gdb --import-csv path/to/Spanner_Instance/ ``` Reads `spanner_import_config.json` plus the CSV files it points to. - Node CSVs: detected as files without `SRC_ID` / `DST_ID` columns; ID column resolved by trying `vid`, `