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

## Usage

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

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

## Overview

```ts
type ApolloServerOptionsBase<TContext extends ApolloContext = ApolloContext> = Omit<ApolloServerOptionsWithSchema<TContext>, "schema" | "typeDefs" | "resolvers" | "gateway">;
```
