[
    ApolloDiagnostic {
        cache: {
            0: "built_in_types.graphql",
            60: "0060_root_operation_definition_undefined_operation_type.graphql",
        },
        location: DiagnosticLocation {
            file_id: FileId {
                id: 60,
            },
            offset: 13,
            length: 16,
        },
        labels: [
            Label {
                location: DiagnosticLocation {
                    file_id: FileId {
                        id: 60,
                    },
                    offset: 13,
                    length: 16,
                },
                text: "not found in this scope",
            },
        ],
        help: None,
        data: UndefinedDefinition {
            name: "SomeQuery",
        },
    },
]
