apollo-federation 2.13.1

Apollo Federation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
source: apollo-federation/src/connectors/validation/mod.rs
expression: result.errors
input_file: apollo-federation/src/connectors/validation/test_data/denest_scalars2.graphql
---
[
    Message {
        code: GroupSelectionIsNotObject,
        message: "`@connect(selection:)` on `Query.me` selects a group `street{}`, but `User.street` is of type `String` which is not an object.",
        locations: [
            15:9..15:31,
            25:3..25:17,
        ],
    },
]