dgs-codegen
dgs-codegen copied to clipboard
Projections on enums require the use of .parent() to continue building the query
If namespace
and contextType
are enums, the following is required:
new ExampleEntitiesProjectionRoot()
.namespace()
.parent()
.contextType()
.parent()