[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            31: "0031_input_object_with_duplicate_fields.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 31,
            },
            offset: 133,
            length: 8,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 31,
                    },
                    offset: 133,
                    length: 8,
                },
                text: "previous definition of `x` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 31,
                    },
                    offset: 144,
                    length: 8,
                },
                text: "`x` redefined here",
            },
        ],
        help: Some(
            "`x` field must only be defined once in this input object definition.",
        ),
        data: UniqueInputValue {
            name: "x",
            original_value: DiagnosticLocation {
                file_id: FileId {
                    id: 31,
                },
                offset: 133,
                length: 8,
            },
            redefined_value: DiagnosticLocation {
                file_id: FileId {
                    id: 31,
                },
                offset: 144,
                length: 8,
            },
        },
    },
]
