prisma / blogr-nextjs-prisma

111 stars 83 forks source link

Unknown arg `author` in data.author for type PostUncheckedCreateInput #3

Closed ghost closed 3 years ago

ghost commented 3 years ago

Available args: type PostUncheckedCreateInput { id?: Int title: String content?: String | Null published?: Boolean authorId?: Int | Null }

What should I modify in pages/api/post/index.ts for this to work?

ghost commented 3 years ago

Nvm. I found out that GitHub user needs to set a public email or it will return null. Thanks