Skip to content

Commit b42eda3

Browse files
Merge pull request #1328 from Immanuelbh/patch-1
docs: Update scalars.md
2 parents 5543de5 + 837edba commit b42eda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/graphql/scalars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ $ npm i --save graphql-type-json
7878
Once the package is installed, we pass a custom resolver to the `forRoot()` method:
7979

8080
```typescript
81-
import * as GraphQLJSON from 'graphql-type-json';
81+
import GraphQLJSON from 'graphql-type-json';
8282

8383
@Module({
8484
imports: [

0 commit comments

Comments
 (0)