When a returnType is specified on a @Type annotation, lookup by name fails
Closed this issue · 3 comments
moufmouf commented
We need to rewrite the NamingStrategy to account for the returnType annotation.
moufmouf commented
No: simple solution: the returnType tag must not be a container entry BUT a GraphQL output type.
It can be inserted into the application using the StaticTypeMapper
moufmouf commented
Also, in StaticTypeMapper, we must not take an associative array but a simple array.
We can create the associative array from the name stored in each type.