Skip to content

Reenable generation of traits #12

Description

@jonas

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions