graphile-test
Version:
PostGraphile Testing
5 lines (4 loc) • 300 B
TypeScript
import type { GraphQLTestContext } from './types';
import { GetConnectionsInput } from './types';
import { GetConnectionOpts, GetConnectionResult } from 'pgsql-test';
export declare const GraphQLTest: (input: GetConnectionsInput & GetConnectionOpts, conn: GetConnectionResult) => GraphQLTestContext;