@omnigraph/mysql
Version:
9 lines (8 loc) • 474 B
text/typescript
import { GraphQLDirective } from 'graphql';
export declare const MySQLCountDirective: GraphQLDirective;
export declare const MySQLSelectDirective: GraphQLDirective;
export declare const MySQLInsertDirective: GraphQLDirective;
export declare const MySQLUpdateDirective: GraphQLDirective;
export declare const MySQLDeleteDirective: GraphQLDirective;
export declare const MySQLTableForeignDirective: GraphQLDirective;
export declare const TransportDirective: GraphQLDirective;