UNPKG

@ephys/graphql-joi-directives

Version:

Adds Joi-powered constraint directive for GraphQL

4 lines (3 loc) 245 B
import { SchemaDirectiveVisitorClass } from 'graphql-tools'; export declare function buildJoiListDirective(directiveName: string): SchemaDirectiveVisitorClass; export declare function buildJoiListDirectiveTypedef(directiveName: string): string;