@graphile/pro
Version:
Professional PostGraphile enhancements
7 lines (6 loc) • 317 B
TypeScript
import { PostGraphileBaseContext, ValidationRule } from "./interfaces";
export interface PostGraphileConnectionLimitContext extends PostGraphileBaseContext {
defaultPaginationCap?: number;
}
declare const _default: (graphileContext: PostGraphileConnectionLimitContext) => ValidationRule;
export default _default;