dgs-codegen icon indicating copy to clipboard operation
dgs-codegen copied to clipboard

Projections on enums require the use of .parent() to continue building the query

Open paulbakker opened this issue 3 years ago • 0 comments

If namespace and contextType are enums, the following is required:

new ExampleEntitiesProjectionRoot()
        .namespace()
        .parent()
        .contextType()
        .parent()

paulbakker avatar Oct 06 '21 16:10 paulbakker