apollo-federation 2.13.1

Apollo Federation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
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,
    },
)