DEV Community

Discussion on: Effortless Real-time GraphQL API with serverless business logic running in any cloud

Collapse
 
vladimirnovick profile image
Vladimir Novick

You definitely can do that by using custom resolvers using remote schemas, writing custom sql functions that will generate mutations and use event triggers to trigger serverless functions to execute your custom logic on dB manipulations leveraging 3factor.app architecture. I will soon write blog post how exactly you can do all of these