[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            19: "0019_enum_definition_with_duplicate_values.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 19,
            },
            offset: 84,
            length: 3,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 19,
                    },
                    offset: 60,
                    length: 3,
                },
                text: "previous definition of `CAT` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 19,
                    },
                    offset: 84,
                    length: 3,
                },
                text: "`CAT` redefined here",
            },
        ],
        help: Some(
            "CAT must only be defined once in this enum.",
        ),
        data: UniqueDefinition {
            ty: "enum",
            name: "CAT",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 19,
                },
                offset: 60,
                length: 3,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 19,
                },
                offset: 84,
                length: 3,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            19: "0019_enum_definition_with_duplicate_values.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 19,
            },
            offset: 157,
            length: 16,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 19,
                    },
                    offset: 108,
                    length: 16,
                },
                text: "previous definition of `THRIVE_PET_FOODS` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 19,
                    },
                    offset: 157,
                    length: 16,
                },
                text: "`THRIVE_PET_FOODS` redefined here",
            },
        ],
        help: Some(
            "THRIVE_PET_FOODS must only be defined once in this enum.",
        ),
        data: UniqueDefinition {
            ty: "enum",
            name: "THRIVE_PET_FOODS",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 19,
                },
                offset: 108,
                length: 16,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 19,
                },
                offset: 157,
                length: 16,
            },
        },
    },
]
