bkstorm
05/15/2019, 11:26 AMimport { prismaObjectType } from 'nexus-prisma'
export const Subscription = prismaObjectType({
name: 'Subscription',
definition(t) {
t.prismaFields(['notification'])
},
})
But the server can't start. [ERROR] 18:21:34 Error: Subscription are not supported yet
. What is the problem? I think Prisma already supports Subscription, right?nuno
05/15/2019, 11:30 AMweakky
05/15/2019, 11:59 AMweakky
05/15/2019, 11:59 AMweakky
05/15/2019, 12:00 PMas any
bkstorm
05/16/2019, 4:20 AMbkstorm
05/16/2019, 4:43 AMweakky
05/16/2019, 8:15 AM