File size: 241 Bytes
d4b85c0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import { GraphQLSchema } from '../type/schema';
/**
 * Sort GraphQLSchema.
 *
 * This function returns a sorted copy of the given GraphQLSchema.
 */
export declare function lexicographicSortSchema(
  schema: GraphQLSchema,
): GraphQLSchema;