Variable GET_WALLET_CHARACTERSConst
GET_WALLET_CHARACTERS: "\n query GetWalletCharacters($owner: SuiAddress!, $characterPlayerProfileType: String!) {\n address(\n address: $owner\n ) {\n objects(\n last: 1\n filter: {\n type: $characterPlayerProfileType\n }\n ) {\n nodes {\n contents {\n extract(path: \"character_id\") {\n asAddress {\n asObject {\n asMoveObject {\n contents {\n type {\n repr\n }\n json\n }\n }\n }\n }\n }\n }\n }\n }\n }\n}\n" = ...
Query to get all characters owned by a wallet Returns the characters owned by the wallet