/** * Represent a GraphQL mutation * @param name * @constructor */ export default function Mutation(name: string): (target: any, method: any) => void;