Malte Dölker

Results 24 comments of Malte Dölker

That said, I'm not sure about the `BarInput` use case where a field is another input type. I never had the need to do that, but this seems like it...

In my example above, which represents how I use factories in my codebase, the target class has no annotations and knows nothing about graphqlite. So that works perfectly well already.

Encountered this as well. And the issue was also mentioned in #248.

I did some digging and the issue was introduced as part of #458 since now the `AnnotationReader::getTypeAnnotation` method returns classes annotated with `#[Input]` as if they were `#[Type]` classes. Then,...