iOS: Initializing fragments with fields instead of DataDict

Hey all.

Up until now we’ve been using v0.4.something of the iOS client and we used to be able to initialize fragments via normal init methods, which took all fields as arguments. With the release of v1.0.0 it seemed like a good time to update the lib, so we’re in the process of doing so.

The generation engine was completely remade (and, for the most part, it’s a lot better) but apparently the ONLY way to initialize the generated fragments is through the new DataDicts now. It’s also possible to initialize the Query Data through the Mock framework, but that’s not what I’m looking for. It used to be very helpful being able to initialize fragments directly, I wonder why this was removed. Is there no workaround for this? No generation flag to make this possible?

For reference there is more detail to this issue in GitHub.