[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            7: "0007_operation_with_undefined_variables.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 7,
            },
            offset: 42,
            length: 18,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 7,
                    },
                    offset: 42,
                    length: 18,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "undefinedVariable",
        },
    },
]
