Variable GET_OBJECT_OWNER_AND_OWNED_OBJECTS_WITH_JSONConst
GET_OBJECT_OWNER_AND_OWNED_OBJECTS_WITH_JSON: "\n query GetObjectOwnerAndOwnedObjectWithJson($object: SuiAddress!, $owned_object_type: String) {\n object(address: $object) {\n owner {\n ... on AddressOwner {\n address {\n address\n objects(\n filter: {\n type: $owned_object_type\n }\n ) {\n nodes {\n address\n contents {\n json\n bcs\n }\n previousTransaction {\n effects {\n timestamp\n }\n }\n }\n }\n }\n }\n }\n }\n }\n" = ...
Query to get an object's owner and their owned objects of a specific type Returns both BCS and JSON-decoded data for easier consumption