deprecation of manage notidication messages

This commit is contained in:
David Lebee 2021-02-17 10:43:23 -05:00
parent 887e87258d
commit bfcf30f1d7

View File

@ -32,7 +32,6 @@ export class GraphQLDataSourceOptionsBuilder<TModel, TKey> {
let ret: IDataSourceOptions<TModel> = {
resolveIdField: this.keyResolver,
defaultCriteria: this.defaultCriteria,
manageNotificationMessage: this.manageNotificationMessage,
transport: this.createTransport()
};
return ret;