UNPKG

@ephys/graphql-joi-directives

Version:

Adds Joi-powered constraint directive for GraphQL

3 lines (2 loc) 171 B
import { ApolloServer, makeExecutableSchema } from 'apollo-server'; export declare function getTestServer(opts: Parameters<typeof makeExecutableSchema>[0]): ApolloServer;