[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            35: "0035_object_type_definition_with_missing_implements_interfaces_definition.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 35,
            },
            offset: 239,
            length: 8,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 35,
                    },
                    offset: 239,
                    length: 8,
                },
                text: "Node must also be implemented here",
            },
        ],
        help: None,
        data: TransitiveImplementedInterfaces {
            missing_interface: "Node",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            35: "0035_object_type_definition_with_missing_implements_interfaces_definition.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 35,
            },
            offset: 22,
            length: 5,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 35,
                    },
                    offset: 22,
                    length: 5,
                },
                text: "Resource must also be implemented here",
            },
        ],
        help: None,
        data: TransitiveImplementedInterfaces {
            missing_interface: "Resource",
        },
    },
]
