---
meta:
 - name: keywords
   description: api typescript node.js documentation ApolloMiddlewareOptions type
---
# ApolloMiddlewareOptions - @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.27.0/packages/graphql/apollo/src/interfaces/ApolloSettings.ts#L0-L0).

## Overview

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