2022-07-05 12:42:31 +00:00
|
|
|
---
|
|
|
|
sidebar_label: clearCustomQueryHandlers
|
|
|
|
---
|
|
|
|
# clearCustomQueryHandlers() function
|
|
|
|
|
|
|
|
Clears all registered handlers.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export declare function clearCustomQueryHandlers(): void;
|
|
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
void
|
|
|
|
|