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