Skip to content

Commit e259b9e

Browse files
author
t.kosminov
committed
update packages
1 parent bf8c6af commit e259b9e

File tree

5 files changed

+2596
-1374
lines changed

5 files changed

+2596
-1374
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export class GraphqlOptions implements GqlOptionsFactory {
6262
driver: ApolloDriver,
6363
context: ({ req }: { req: Request }) => ({
6464
req,
65-
data_source: this.dataSource, // <-- DEPRECATED. But this will still work if no subscriptions are used
6665
}),
6766
...
6867
};

lib/order/builder.order.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/* eslint-disable @typescript-eslint/no-empty-function */
2-
import { Type } from '@nestjs/common';
32
import { InputType, registerEnumType, ReturnTypeFunc } from '@nestjs/graphql';
43

54
import { decorateField, order_field_input_types, order_input_types, gql_fields, IField } from '../store/graphql';

0 commit comments

Comments
 (0)