UNPKG

@schamane/small-graphql-mongoose-middleware

Version:

![Check Code](https://github.com/schamane/small-graphql-mongoose-middleware/workflows/Check%20Code/badge.svg)

6 lines (5 loc) 235 B
import type { DataSource } from 'apollo-datasource'; export declare type DataSources<TContext> = { [name: string]: DataSource<TContext>; }; export declare type ApolloServerDataSources<TContext = any> = () => DataSources<TContext>;