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