[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            92: "0095_interface_implementation_declared_once.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 92,
            },
            offset: 216,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 92,
                    },
                    offset: 209,
                    length: 4,
                },
                text: "`Intf` interface implementation previously declared here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 92,
                    },
                    offset: 216,
                    length: 4,
                },
                text: "`Intf` interface implementation declared again here",
            },
        ],
        help: None,
        data: DuplicateImplementsInterface {
            ty: "SubIntf",
            interface: "Intf",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            92: "0095_interface_implementation_declared_once.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 92,
            },
            offset: 66,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 92,
                    },
                    offset: 59,
                    length: 4,
                },
                text: "`Intf` interface implementation previously declared here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 92,
                    },
                    offset: 66,
                    length: 4,
                },
                text: "`Intf` interface implementation declared again here",
            },
        ],
        help: None,
        data: DuplicateImplementsInterface {
            ty: "Object",
            interface: "Intf",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            92: "0095_interface_implementation_declared_once.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 92,
            },
            offset: 174,
            length: 4,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 92,
                    },
                    offset: 117,
                    length: 4,
                },
                text: "`Intf` interface implementation previously declared here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 92,
                    },
                    offset: 174,
                    length: 4,
                },
                text: "`Intf` interface implementation declared again here",
            },
        ],
        help: None,
        data: DuplicateImplementsInterface {
            ty: "Extended",
            interface: "Intf",
        },
    },
]
