Variable GET_OBJECT_WITH_JSONConst
GET_OBJECT_WITH_JSON: "\n query GetObjectWithJson($address: SuiAddress!) {\n object(address: $address) {\n address\n version\n digest\n asMoveObject {\n contents {\n type {\n repr\n }\n json\n bcs\n }\n }\n }\n }\n" = ...
Query to get full object details with JSON contents Used to fetch character details after getting the character ID from OwnerCap