Hi guys, I was playing around with graphcool on local server and noticed that it created different db tables when adding a relation.
What I wanted was to have a normalized schema where i can store ids of two related models as a foreign key. The reason for that is this db may be transferrred to a person who will do analytics on it later and I want db to be in a condition where another person can understand it and use it with his own tools.
right now the relations tables have an id-name which does not say anything unless you look inside it
is there a way to keep db normalized and still use graphql? What other options can i explore?