Revision 7556fd05515b532ed302ae7fceb813407e727e4d
Committed on 05/11/2018 1:55 am by
Bertrand Dunogier <bertrand.dunogier@ez.no> [GitHub Diff]
Expose content type group from domain roots (#51)
Also adds preliminary support for field definitions settings and constraints
```
{
content {
_type {
names
creator { name }
creationDate { format: format(pattern: "d/m/Y")}
}
articles {
title
}
```