Revision 407a8bd47023f71320f40505705889d5e9b1130b
Committed on 05/11/2018 1:55 am by
Bertrand Dunogier <bertrand.dunogier@ez.no> [GitHub Diff]
Removed the intermediary 'authors' from author field value (#37)
```
{
test {
someType {
author {
name
email
}
}
}
}
```
Field definitions aimed to hold multiple authors should be named as plural for consistency.