UNPKG

vulcain-corejs

Version:
6 lines (5 loc) 191 B
/** * Apply custom directives support in the graphql schema */ export declare const applySchemaCustomDirectives: (schema: any) => boolean; export declare const PaginateDirective: any;