ghostdogpr / caliban

Functional GraphQL library for Scala
https://ghostdogpr.github.io/caliban/
Apache License 2.0
947 stars 248 forks source link

Add test to ensure custom `ArgBuilder`s work with `@oneOf` inputs #2406

Closed kyri-petrou closed 2 months ago

kyri-petrou commented 2 months ago

2403 contained a regression which was not caught by our test suite, so I'm adding this case to ensure we don't accidentally introduce this regression in the future.

/cc @guymers