Hi! i would need to push some nodes to graphcool, ...
# prisma-whats-new
s
Hi! i would need to push some nodes to graphcool, like massively: is there a way to import data fast?
n
@sunrising How many nodes are we talking about? 🙂
s
eheh maybe 100
n
Are those all nodes for a single model, without relations?
Do you have them as a JSON?
s
but i cannot push them manually from the playground.... or at least i don't know how to do from graphiql
n
s
great! let me try
perfect!
the repository of github of the example project has the description with some errors, but just some name
n
what do you mean?
s
for example this command:
node --harmony-async-await import-movies-actors.js
is actually
node --harmony-async-await import-movies.js
i think the one with the actors is the one for complex imports
n
true
let me fix it!