pyrogy techOriginal post
Apple Developer
Scripts we've had for months are failing on a doc object relationship parent. Previously returning list of documents, each object would return a parent field as a dict, now it appears as a string. Did the operations or defaults surrounding queries=[Query.relations(True)] when not specified?
Summary
Regression scripts failing for parent fields, showing string instead of dictionary for parent field in doc object relationship. The issue could be related to operations or defaults surrounding queries=[Query.relations(True)].