修改后台权限
This commit is contained in:
9
node_modules/graphql/utilities/lexicographicSortSchema.d.ts
generated
vendored
Normal file
9
node_modules/graphql/utilities/lexicographicSortSchema.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { GraphQLSchema } from '../type/schema';
|
||||
/**
|
||||
* Sort GraphQLSchema.
|
||||
*
|
||||
* This function returns a sorted copy of the given GraphQLSchema.
|
||||
*/
|
||||
export declare function lexicographicSortSchema(
|
||||
schema: GraphQLSchema,
|
||||
): GraphQLSchema;
|
||||
Reference in New Issue
Block a user