UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

10 lines (9 loc) 241 B
import { GraphQLSchema } from '../type/schema'; /** * Sort GraphQLSchema. * * This function returns a sorted copy of the given GraphQLSchema. */ export declare function lexicographicSortSchema( schema: GraphQLSchema, ): GraphQLSchema;