Sure (although I have some trouble figuring out from the documentation how to correctly do it and also in Ratel’s “Types” editor I’m unable to set type for fields of a my own type) :
type Dictionary {
name
shortName
indexWord
}
type Meaning {
dict
translation
}
type Word {
dict
content
pos
}