修改后台权限
This commit is contained in:
9
node_modules/graphql/error/index.d.ts
generated
vendored
Normal file
9
node_modules/graphql/error/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export { GraphQLError, printError, formatError } from './GraphQLError';
|
||||
export type {
|
||||
GraphQLErrorOptions,
|
||||
GraphQLFormattedError,
|
||||
GraphQLErrorExtensions,
|
||||
GraphQLFormattedErrorExtensions,
|
||||
} from './GraphQLError';
|
||||
export { syntaxError } from './syntaxError';
|
||||
export { locatedError } from './locatedError';
|
||||
Reference in New Issue
Block a user