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> = {
|
let ret: IDataSourceOptions<TModel> = {
|
||||||
resolveIdField: this.keyResolver,
|
resolveIdField: this.keyResolver,
|
||||||
defaultCriteria: this.defaultCriteria,
|
defaultCriteria: this.defaultCriteria,
|
||||||
manageNotificationMessage: this.manageNotificationMessage,
|
|
||||||
transport: this.createTransport()
|
transport: this.createTransport()
|
||||||
};
|
};
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user