mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-24 21:27:03 +08:00
refactor(core): standardize frontend error handling (#10667)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { DebugLogger } from '@affine/debug';
|
||||
import { GraphQLError } from '@affine/error';
|
||||
import type { ExecutionResult } from 'graphql';
|
||||
import { isNil, isObject, merge } from 'lodash-es';
|
||||
|
||||
import { GraphQLError } from './error';
|
||||
import type { GraphQLQuery } from './graphql';
|
||||
import type { Mutations, Queries } from './schema';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user