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