UNPKG

shyft

Version:

Model driven GraphQL API framework

7 lines (6 loc) 205 B
import { GraphQLList } from 'graphql'; export declare const generateSortInput: (entity: any) => { type: GraphQLList<import("graphql").GraphQLType>; description: string; defaultValue: any[]; };