[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            88: "0091_recursive_interface_definition.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 88,
            },
            offset: 23,
            length: 1,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 88,
                    },
                    offset: 23,
                    length: 1,
                },
                text: "A must also be implemented here",
            },
        ],
        help: None,
        data: TransitiveImplementedInterfaces {
            missing_interface: "A",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            88: "0091_recursive_interface_definition.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 88,
            },
            offset: 67,
            length: 1,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 88,
                    },
                    offset: 67,
                    length: 1,
                },
                text: "B must also be implemented here",
            },
        ],
        help: None,
        data: TransitiveImplementedInterfaces {
            missing_interface: "B",
        },
    },
]
