[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            30: "0030_schema_with_duplicate_input_objects.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 30,
            },
            offset: 162,
            length: 7,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 30,
                    },
                    offset: 121,
                    length: 7,
                },
                text: "previous definition of `Point2D` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 30,
                    },
                    offset: 162,
                    length: 7,
                },
                text: "`Point2D` redefined here",
            },
        ],
        help: Some(
            "`Point2D` must only be defined once in this document.",
        ),
        data: UniqueDefinition {
            ty: "type",
            name: "Point2D",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 30,
                },
                offset: 121,
                length: 7,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 30,
                },
                offset: 162,
                length: 7,
            },
        },
    },
]
