Skip to content

v3.2.0

Compare
Choose a tag to compare
@wecc wecc released this 03 Aug 11:44
eb9f5dd

Added

  • Union support 🎉. Types are resolved using the same technique as for interfaces: $source['__typename'], $source->__typename, Parent@resolveTypeForField() (Query@resolveType for queries and mutations) or class base name.

Fixed

  • Don't recursively convert Collection to array in DataLoader.