---
meta:
 - name: keywords
   description: api typescript node.js documentation ApolloContext interface
---
# ApolloContext - @tsed/apollo

## Usage

```typescript
import { ApolloContext } from "@tsed/apollo";
```

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

## Overview

```ts
interface ApolloContext extends BaseContext {
    dataSources: Record<string, unknown>;
}
```

<!-- Members -->

## dataSources

```ts
dataSources: Record<string, unknown>;
```
