Generation of traits was disabled by default in #11 since it still requires some work to support fragment with nested selections, e.g.:
fragment ArticleWithAuthorFragment on Article {
title
author {
...IdFragment
...AuthorFragment
}
}
This ticket is to reenable traits in the generated code.
Generation of traits was disabled by default in #11 since it still requires some work to support fragment with nested selections, e.g.:
This ticket is to reenable traits in the generated code.