ghostdogpr / caliban

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

SchemaComparator support for type extensions #2426

Closed joheriks closed 1 month ago

joheriks commented 1 month ago

Compare type extensions. Some refactoring of function parameters (passing List[T] instead of Map[String, T]) to reduce duplicate code. Fixes #2417.