UNPKG

@zuu/owl

Version:

Zuu's Experimental GraphQL Implementation

5 lines (4 loc) 299 B
import { ReturnTypeFunc, AdvancedOptions } from "./types"; export declare function Mutation(): MethodDecorator; export declare function Mutation(options: AdvancedOptions): MethodDecorator; export declare function Mutation(returnTypeFunc: ReturnTypeFunc, options?: AdvancedOptions): MethodDecorator;