Skip to content

Commit d10d1db

Browse files
author
Valentin Palkovic
authored
chore(docs): fix mutationType function call (#878)
1 parent 3f501df commit d10d1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ schema.queryType({
219219
},
220220
})
221221

222-
schema.schema.mutationType({
222+
schema.mutationType({
223223
definition(t) {
224224
t.crud.createOneUser()
225225
t.crud.createOnePost()

0 commit comments

Comments
 (0)