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