@Tavo if you use inline functions, you can just require any module. If you are using the new CLI beta, you can use any module as long as it's in your package.json
👍 1
t
Tavo
10/16/2017, 12:35 AM
@agartha quick question about these functions. So from my understanding if I do operationBefore, then after it will be written into the database. But I also read that I can return a promise, so does the promise gets resolved by graphcool before it is written to db?