Skip to content

ApolloSettingsWithID

@tsed/apollo

Usage

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

See /packages/graphql/apollo/src/types/interfaces/ApolloSettings.ts.

Overview

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

id

ts
id: string;

Released under the MIT License.