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(\"id $.object\")"
---
Err(
    JSONSelectionParseError {
        message: "Named path selection must either begin with alias or ..., or end with subselection",
        fragment: "$.object",
        offset: 3,
        spec: V0_2,
    },
)