hey guys, can we require/import modules from the f...
# orm-help
a
hey guys, can we require/import modules from the functions cloud console ?
t
in prisma or graphcool?
In graphcool, according to this https://github.com/graphcool/content/issues/109 you should be able to use any modules available here: https://tehsis.github.io/webtaskio-canirequire/
a
In cloud, I'm trying to work with the subscription email example but I need the
isomorphic-fetch
and
form-data
modules to use it. They don't seem to be available as I get an
undefined
when I log them.
t
whats your function code look like? Is it possible for you to eject the project and manage it with the CLI?