# getQueryDefintion API

Backward-compatible alias for the misspelled query definition helper.

---
Canonical: /handbook/api/variables/_purista_hono-http-server.getQueryDefintion/
Source: hono-http-server/src/helper/getQueryDefinition.ts
Format: Markdown for agents
---

Backward-compatible alias for the misspelled query definition helper.

Package: `@purista/hono-http-server`

## Signature

```typescript
const getQueryDefintion: (queryDefinition: QueryParameter<Record<string, unknown>>[] | undefined, parameterschema?: SchemaObject) => ParameterObject[]
```

## Notes

### deprecated

Use `getQueryDefinition` instead.
