deprecation of manage notidication messages
This commit is contained in:
parent
887e87258d
commit
bfcf30f1d7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user