Skip to content
This repository was archived by the owner on Sep 7, 2020. It is now read-only.
This repository was archived by the owner on Sep 7, 2020. It is now read-only.

Hot reloading for functions resolvers' local development #418

Open
@marktani

Description

@marktani

Issue by levioza
Wednesday Nov 22, 2017 at 23:57 GMT
Originally opened as https://github.com/graphcool/prisma/issues/1319


Feature Request

First, I would like to mention that I was blown away by graph.cool and its local development support. So, keep up the great work :)

However, one of the challenges while developing in a serverless environment is the inability to detect errors fast and act accordingly. So, I need to re-deploy every change while developing a resolver function and this is a time-consuming process.

Implementation proposal

It's true that I'm not familiar with Graph.cool's internals. However, I believe that if you could provide a node.js server locally (On the development machine/Not on docker) and then proxying all the resolvers functions between the local node server and the docker's node server. I believe that this will do the trick.

Thank you for your consideration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions