AEB-labs/graphql-weaver

Duplicate filter type generation on joins

Closed this issue · 0 comments

Let there be two schemas:

A
->A1: TypeA
->A2: TypeA

B
->B1: TypeB

When joining B1 on A1 AND A2, the filter type TypeAWithTypeBFilter will be generated two times and not re-used.

I'm planning to have a look at it next week.