Hi everyone. I'm new to GraphCool, but incredibly impressed. One thing I can't stop wondering: does Graph Cool provide any mechanism by which I can create indexes on the underlying data store? So if I create a hypothetical person type, could I tell GraphCool to make sure there's an index on the underlying Birthday (or whatever) field? So that searches on that field would always be fast (or at least
O(lg N)
)