Morning, is there any way to extend the resolvers ...
# prisma-whats-new
e
Morning, is there any way to extend the resolvers generated by graphcool? or is there any event listeners for the API? I have to send a verification code when a new item is created in db, and I wanted to know if graphcool offers something like that? thanks in advance
n
you can use server-side subscriptions for this
e
@nilan Thanks, I will test in that way