File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
website/content/01-migration-guides Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ npm add nexus-plugin-prisma
35
35
Your Imports
36
36
37
37
``` diff
38
- - import { nexusPluginPrisma } from 'nexus-prisma'
39
- + import { nexusSchemaPlugin } from 'nexus-plugin-prisma/schema'
38
+ - import { nexusPrismaPlugin } from 'nexus-prisma'
39
+ + import { nexusSchemaPrisma } from 'nexus-plugin-prisma/schema'
40
40
```
41
41
42
42
### Using ` nexus `
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ npm add nexus-plugin-prisma
43
43
Your Imports
44
44
45
45
``` ts
46
- - import { nexusPluginPrisma } from ' nexus-prisma'
47
- + import { nexusSchemaPlugin } from ' nexus-plugin-prisma/schema'
46
+ - import { nexusPrismaPlugin } from ' nexus-prisma'
47
+ + import { nexusSchemaPrisma } from ' nexus-plugin-prisma/schema'
48
48
```
49
49
50
50
## Using ` nexus `
You can’t perform that action at this time.
0 commit comments