with change

This commit is contained in:
David Lebee 2019-12-17 21:26:35 -06:00
parent 21e2bbd21b
commit 678a8794c8

View File

@ -11,7 +11,7 @@ import { ApolloError } from 'apollo-client';
export class GraphQLDataSourceOptionsBuilder<TModel, TKey> { export class GraphQLDataSourceOptionsBuilder<TModel, TKey> {
private _commands: { [key: string] : IDataSourceCommandAdapterOptions<any> }; private _commands: { [key: string] : IDataSourceCommandAdapterOptions<any> } = {};
private _beforeRead: (TQuery: IGraphQLAdvanceQueryInput<TModel>) => Observable<IGraphQLAdvanceQueryInput<TModel>>; private _beforeRead: (TQuery: IGraphQLAdvanceQueryInput<TModel>) => Observable<IGraphQLAdvanceQueryInput<TModel>>;
querySelect: string; querySelect: string;