at the site <https://www.graph.cool/> it says run ...
# orm-help
j
at the site https://www.graph.cool/ it says run
npm install -g graphcool
to install but at this repo https://github.com/prismagraphql/graphcool-framework it says run
npm install -g graphcool-framework
. what's the difference between these two commands?
a
Looking at the npm pages for both of them and they both say
npm install -g graphcool
. So I am guessing they're the same? 🤷‍♂️