@agatee/graphql
Version:
Graphql module to use with Agatee
9 lines (8 loc) • 414 B
TypeScript
import 'reflect-metadata';
export interface GatGraphqlOptions {
resolvers?: any[];
}
export declare function GatGraphql(params: GatGraphqlOptions): any;
export declare function FinalTypeDefs(target: any, propertyKey: 'typeDefs'): void;
export declare function FinalResolvers(target: any, propertyKey: 'resolvers'): void;
export declare function FinalPermissions(target: any, propertyKey: 'permissions'): void;