Repro with instructions and comparison with the relay mock payload generator: https://github.com/ling1726/graphitation-payload-generator-repro
When abstract types are used with the payload generator for @graphitation/graphql-js-operation-payload-generator - they are ignored in favour of concrete types. This makes it hard to create mocks for queries that involve abstract interfaces and polymorphism
Repro with instructions and comparison with the relay mock payload generator: https://github.com/ling1726/graphitation-payload-generator-repro
When abstract types are used with the payload generator for
@graphitation/graphql-js-operation-payload-generator- they are ignored in favour of concrete types. This makes it hard to create mocks for queries that involve abstract interfaces and polymorphism