I'd like to create multi field constraint. In the same way in which is possible in SQL for instance by specifying:
CREATE TABLE …. UNIQUE(field1, field2);
So that what is unique is the combination of fields.
Is it possible to enforce this constraint in Graphcool?