Hey guys :slightly_smiling_face: I recently starte...
# random
m
Hey guys 🙂 I recently started playing with graphcool again. The service looks awesome. However I still have some things that I would like to know: 1) Is there a simple guide that would show me how to create custom queries? For example I have
type Product
I want to select product by its
code
right now that is not possible. I have to select
allProducts
and find my product by its code. 2) Is it possible to access graphcool database directly somehow? Is that documented anywhere? Lets say that I want to create new order in database. But before I do that I want to check if product prices are OK. Then I want to select some additional information. 3) Is there a mass data export / import available? Thank you for your help. 🙂