apollo-federation 2.13.1

Apollo Federation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: apollo-federation/src/connectors/validation/mod.rs
expression: "format!(\"{:#?}\", result.errors)"
input_file: apollo-federation/src/connectors/validation/test_data/empty_source_name.graphql
---
[
    Message {
        code: EmptySourceName,
        message: "The value for `@source(name: \"\")` can't be empty.",
        locations: [
            6:17..6:19,
        ],
    },
]