UNPKG

@ephys/graphql-joi-directives

Version:

Adds Joi-powered constraint directive for GraphQL

4 lines (3 loc) 233 B
import { SchemaDirectiveVisitorClass } from 'graphql-tools'; export declare function buildJoiIntDirective(tag: string): SchemaDirectiveVisitorClass; export declare function buildJoiIntDirectiveTypedef(directiveName: string): string;