[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            76: "0079_directive_is_unique.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 76,
            },
            offset: 164,
            length: 7,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 76,
                    },
                    offset: 164,
                    length: 7,
                },
                text: "directive unique first called here",
            },
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 76,
                    },
                    offset: 164,
                    length: 7,
                },
                text: "directive unique called again here",
            },
        ],
        help: None,
        data: UniqueDirective {
            name: "unique",
            original_call: DiagnosticLocation {
                file_id: FileId {
                    id: 76,
                },
                offset: 164,
                length: 7,
            },
            conflicting_call: DiagnosticLocation {
                file_id: FileId {
                    id: 76,
                },
                offset: 164,
                length: 7,
            },
        },
    },
]
