Quick question: I am using `GraphCool Service`. ...
# orm-help
f
Quick question: I am using
GraphCool Service
. Is there a way for the simple api endpoint to handle a POST request sent it's way? If a resolver could listen to any events sent to the simple API endpoint, that would be ideal. Use Case: I have an application that will send events to graphcool using a Webhook. Or do I need to explore alternatives like
graphql-yoga
or even
prisma
, to expose some type of more traditional endpoint
/api/webhook-to-post-to-graphcool