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/subscriptions_with_connectors.graphql
---
[
    Message {
        code: SubscriptionInConnectors,
        message: "A subscription root type is not supported when using `@connect`.",
        locations: [
            13:6..13:18,
        ],
    },
]