UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

7 lines (5 loc) 159 B
import { GraphQLSchema } from '../type/schema'; /** * Sort GraphQLSchema. */ export function lexicographicSortSchema(schema: GraphQLSchema): GraphQLSchema;