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

## Usage

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

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

## Overview

```ts
type ApolloSettingsWithID<TContext extends ApolloContext = ApolloContext> = ApolloSettings<TContext> & {
    id: string;
};
```

<!-- Members -->

## id

```ts
id: string;
```
