Jacob Thomason
Jacob Thomason
Right yea, let’s do it
@golaod I'm not entirely sure what you're looking to accomplish at the end of the day, but I'm doubtful that the `Decorate` annotation is best solution. Nonetheless, I'm not sure,...
Related to #196. We should look into expanding the auth and authz service interfaces to add global support. While requiring this annotation at the class level would be a step...
@moufmouf Is this still an issue?
@MattBred I've noticed the same thing. It's a bit harmless, as the interface isn't used, just generated in the schema. But, it is sloppy and confusing. A PR on this...
It's probably related to the mapping cache in the `RecursiveTypeMapper`. Note that the Interface type names are different. The implementation around this is shaky. It mostly works, but an improved...
There are two mappings as well, the actual FQCN and the GQL name. I don't find that these two mappings work well with each other either. IMO, we'd benefit from...
The RecursiveTypeMapper has: - `mappedClasses` - `classToTypeCache` - `classToInputTypeCache` - `interfaceToClassNameMap` I found it frustrating to work with all of these different maps and think this responsibility would probably be...
@moufmouf Yea, it didn't work and the docs say that annotation isn't supported on factories...
I'm not exactly certain what issue you're running into here, but there are a couple of things that should be pointed out: 1. GraphQL requests should be over HTTP `POST`...