UNPKG

graphql-validate-directive

Version:
3 lines (2 loc) 186 B
import type { ApolloServerPlugin } from 'apollo-server-plugin-base'; export declare const apolloValidateDirectivePlugin: (directiveName?: string | undefined) => ApolloServerPlugin<any>;