[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            94: "0097_enum_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 94,
            },
            offset: 138,
            length: 14,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 94,
                    },
                    offset: 82,
                    length: 14,
                },
                text: "directive nonRepeatable first called here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 94,
                    },
                    offset: 138,
                    length: 14,
                },
                text: "directive nonRepeatable called again here",
            },
        ],
        help: None,
        data: UniqueDirective {
            name: "nonRepeatable",
            original_call: DiagnosticLocation {
                file_id: FileId {
                    id: 94,
                },
                offset: 82,
                length: 14,
            },
            conflicting_call: DiagnosticLocation {
                file_id: FileId {
                    id: 94,
                },
                offset: 138,
                length: 14,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            94: "0097_enum_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 94,
            },
            offset: 157,
            length: 8,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 94,
                    },
                    offset: 56,
                    length: 8,
                },
                text: "previous definition of `MEMBER_2` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 94,
                    },
                    offset: 157,
                    length: 8,
                },
                text: "`MEMBER_2` redefined here",
            },
        ],
        help: Some(
            "MEMBER_2 must only be defined once in this enum.",
        ),
        data: UniqueDefinition {
            ty: "enum value",
            name: "MEMBER_2",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 94,
                },
                offset: 56,
                length: 8,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 94,
                },
                offset: 157,
                length: 8,
            },
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            94: "0097_enum_extensions.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 94,
            },
            offset: 168,
            length: 8,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 94,
                    },
                    offset: 112,
                    length: 8,
                },
                text: "previous definition of `MEMBER_4` here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 94,
                    },
                    offset: 168,
                    length: 8,
                },
                text: "`MEMBER_4` redefined here",
            },
        ],
        help: Some(
            "MEMBER_4 must only be defined once in this enum.",
        ),
        data: UniqueDefinition {
            ty: "enum value",
            name: "MEMBER_4",
            original_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 94,
                },
                offset: 112,
                length: 8,
            },
            redefined_definition: DiagnosticLocation {
                file_id: FileId {
                    id: 94,
                },
                offset: 168,
                length: 8,
            },
        },
    },
]
