UNPKG

@loona/core

Version:

App State Management done with GraphQL (core package)

4 lines (3 loc) 283 B
import { DocumentNode } from 'graphql'; import { MutationMethod, MutationObject } from '../types/mutation'; export declare function Mutation(mutation: MutationObject | DocumentNode | string): (target: any, name: string, _descriptor: TypedPropertyDescriptor<MutationMethod>) => void;