Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Add mock provider support for interface, union, and enum types #1803

Closed kilink closed 5 months ago

kilink commented 5 months ago

graphl-dgs-mocking did not support interface or union types, and would cause an exception to be thrown if it encountered these types while traversing the schema. Add support for both types, as well as enums.

fixes #1634