Skip to content

Commit 7711d59

Browse files
Update migration.md
1 parent 7adcd51 commit 7711d59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/migration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ There was a minor breaking change in the `registerAs` function (typings), you ca
3939

4040
#### `@nestjs/graphql` package
4141

42-
There might be some small differences in how your auto-generated schema file may look like (changed types order). Also, if you use the schema-first approach, the automatically generated type definitions will change as there was a new `Nullable<T>` type introduced in the latest release.
42+
There might be some small differences in how your auto-generated schema file looks like (changed types order). Also, if you use the schema-first approach, the automatically generated type definitions will change as there was a new `Nullable<T>` type introduced in the latest release.
4343

4444
Also, all `HttpException` errors thrown from your resolvers will be now automatically mapped to the corresponding `ApolloError` instances, unless you set the `autoTransformHttpErrors` configuration property (in the options object you pass into the `GraphQLModule#forRoot()` method) to `false`.
45+
46+
#### RxJS
47+
48+
Make sure to upgrade to the latest version of the `rxjs` package (v7).

0 commit comments

Comments
 (0)