---
url: /api/graphql/apollo/types/interfaces/type-apollo-middleware-options.md
description: api documentation of ApolloMiddlewareOptions from @tsed/apollo
---

## Usage

```typescript
import { ApolloMiddlewareOptions } from "@tsed/graphql/apollo/src/interfaces/ApolloSettings";
```

> See [/packages/graphql/apollo/src/interfaces/ApolloSettings.ts](https://github.com/tsedio/tsed/blob/v8.38.4/packages/graphql/apollo/src/interfaces/ApolloSettings.ts#L0-L0).

## Overview

```ts
type ApolloMiddlewareOptions = Record<string, any>;
```
