UNPKG

@inrupt/experimental-graphql-directives-linked-data

Version:
3 lines (2 loc) 144 B
import type { GraphQLSchema } from "graphql"; export declare function orderBy(directiveName: string): (schema: GraphQLSchema) => GraphQLSchema;