[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            45: "0045_operation_with_unused_variable_in_fragment.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 45,
            },
            offset: 192,
            length: 6,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 45,
                    },
                    offset: 192,
                    length: 6,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "value",
        },
    },
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            45: "0045_operation_with_unused_variable_in_fragment.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 45,
            },
            offset: 19,
            length: 14,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 45,
                    },
                    offset: 19,
                    length: 14,
                },
                text: "this variable is never used",
            },
        ],
        help: None,
        data: UnusedVariable {
            name: "variable",
        },
    },
]
