---
source: apollo-federation/src/connectors/json_selection/parser.rs
expression: "JSONSelection::parse(\".data\")"
---
Err(
JSONSelectionParseError {
message: "Key paths cannot start with just .key (use $.key instead)",
fragment: ".data",
offset: 0,
spec: V0_2,
},
)