String based IDs are not supported as they are always cast [as an integer](https://github.com/esbenp/architect/blob/1719a25ca2f8cde1520bdb898c317f695b84e7b8/src/ModeResolver/IdsModeResolver.php#L33,L41). This breaks keys based with strings, such as UUIDs.
String based IDs are not supported as they are always cast as an integer.
This breaks keys based with strings, such as UUIDs.