---
meta:
 - name: keywords
   description: api typescript node.js documentation operationInQueryMapper function
---
# operationInQueryMapper - @tsed/schema

## Usage

```typescript
import { operationInQueryMapper } from "@tsed/schema";
```

> See [/packages/specs/schema/src/components/open-spec/operationInQueryMapper.ts](https://github.com/tsedio/tsed/blob/v8.28.2/packages/specs/schema/src/components/open-spec/operationInQueryMapper.ts#L0-L0).

## Overview

```ts
function operationInQueryMapper(parameter: any, { jsonSchema, ...options }: JsonParameterOptions): any;
```
