Absinthe: hot reload schema changes?

Is there a way to hot reload a schema using remsh?

I have a module that defines a schema with object, input_object, field and others.

I plan to remsh into a running program, re-eval my module and get the new schema to reflect on the fly.

Is there a function in Absinthe to reload a module with a schema?

Simply paste the schema module into your remsh, and it should just work!

1 Like