[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            95: "0098_interface_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 95,
            },
            offset: 26,
            length: 12,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 95,
                    },
                    offset: 26,
                    length: 12,
                },
                text: "previous definition of `name` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 95,
                    },
                    offset: 74,
                    length: 12,
                },
                text: "`name` redefined here",
            },
        ],
        help: Some(
            "`name` field must only be defined once in this input object definition.",
        ),
        data: UniqueField {
            field: "name",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 95,
                },
                offset: 26,
                length: 12,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 95,
                },
                offset: 74,
                length: 12,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            95: "0098_interface_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 95,
            },
            offset: 209,
            length: 14,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 95,
                    },
                    offset: 150,
                    length: 14,
                },
                text: "directive nonRepeatable first called here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 95,
                    },
                    offset: 209,
                    length: 14,
                },
                text: "directive nonRepeatable called again here",
            },
        ],
        help: None,
        data: UniqueDirective {
            name: "nonRepeatable",
            original_call: DiagnosticLocation {
                file_id: FileId {
                    id: 95,
                },
                offset: 150,
                length: 14,
            },
            conflicting_call: DiagnosticLocation {
                file_id: FileId {
                    id: 95,
                },
                offset: 209,
                length: 14,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            95: "0098_interface_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 95,
            },
            offset: 271,
            length: 30,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 95,
                    },
                    offset: 225,
                    length: 45,
                },
                text: "`b` was originally defined here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 95,
                    },
                    offset: 271,
                    length: 30,
                },
                text: "add `b` field to this interface",
            },
        ],
        help: Some(
            "An interface must be a super-set of all interfaces it implements",
        ),
        data: MissingField {
            field: "b",
        },
    },
]
