UNPKG

@graphile/pro

Version:

Professional PostGraphile enhancements

7 lines (6 loc) 317 B
import { PostGraphileBaseContext, ValidationRule } from "./interfaces"; export interface PostGraphileConnectionLimitContext extends PostGraphileBaseContext { defaultPaginationCap?: number; } declare const _default: (graphileContext: PostGraphileConnectionLimitContext) => ValidationRule; export default _default;