diff --git a/graphql/index.html b/graphql/index.html index 1080d72c3..02f61fdc1 100644 --- a/graphql/index.html +++ b/graphql/index.html @@ -655,7 +655,7 @@
Query
Variables
-
{"invitationCode": "xyz789"}
+                    
{"invitationCode": "abc123"}
 
@@ -664,7 +664,7 @@
Variables
Response
-
{"data": {"activated": true}}
+                    
{"data": {"activated": false}}
 
@@ -731,7 +731,7 @@
Query
Variables
-
{"invitationCode": "xyz789"}
+                    
{"invitationCode": "abc123"}
 
@@ -740,7 +740,7 @@
Variables
Response
-
{"data": {"activationKeyNonce": "abc123"}}
+                    
{"data": {"activationKeyNonce": "xyz789"}}
 
@@ -1079,7 +1079,7 @@
Response
"serializedPayload": "xyz789", "signature": ByteString, "signer": Address, - "timestamp": "xyz789", + "timestamp": "abc123", "updatedAddresses": [Address] } } @@ -1530,14 +1530,14 @@
Response
"data": { "nodeStatus": { "appProtocolVersion": AppProtocolVersionType, - "bootstrapEnded": true, + "bootstrapEnded": false, "genesis": BlockHeader, "informationalVersion": "abc123", - "isMining": false, - "preloadEnded": false, - "productVersion": "xyz789", + "isMining": true, + "preloadEnded": true, + "productVersion": "abc123", "stagedTxIds": [TxId], - "stagedTxIdsCount": 987, + "stagedTxIdsCount": 123, "subscriberAddresses": [Address], "subscriberAddressesCount": 987, "tip": BlockHeader, @@ -1667,7 +1667,7 @@
Response
"clientsByIps": [MultiAccountInfo], "clientsCountByIps": 987, "totalCount": 123, - "totalCountByDevice": 123 + "totalCountByDevice": 987 } } } @@ -2116,7 +2116,7 @@
Response
"avatar": AvatarStateType, "avatars": [AvatarStateType], "balance": FungibleAssetValueWithCurrencyType, - "cachedSheet": "xyz789", + "cachedSheet": "abc123", "crystalMonsterCollectionMultiplierSheet": CrystalMonsterCollectionMultiplierSheetType, "garages": GaragesType, "latestStakeRewards": StakeRewardsType, @@ -2244,7 +2244,7 @@
Response
"data": { "transaction": { "attachSignature": "xyz789", - "createUnsignedTx": "xyz789", + "createUnsignedTx": "abc123", "getTx": TransactionType, "ncTransactions": [TransactionType], "nextTxNonce": {}, @@ -2350,9 +2350,9 @@
Response
"data": { "transferNCGHistories": [ { - "amount": "abc123", + "amount": "xyz789", "blockHash": ByteString, - "memo": "xyz789", + "memo": "abc123", "recipient": Address, "sender": Address, "txId": ByteString @@ -2413,7 +2413,7 @@
Response
{
   "data": {
-    "validation": {"metadata": true, "privateKey": true, "publicKey": true}
+    "validation": {"metadata": true, "privateKey": false, "publicKey": true}
   }
 }
 
@@ -2522,7 +2522,7 @@
Query
Response
-
{"data": {"activationStatus": {"activateAccount": true}}}
+                    
{"data": {"activationStatus": {"activateAccount": false}}}
 
@@ -2654,7 +2654,7 @@
Query
Variables
-
{"payload": "abc123"}
+                    
{"payload": "xyz789"}
 
@@ -2730,7 +2730,7 @@
Query
Variables
-
{"payload": "abc123"}
+                    
{"payload": "xyz789"}
 
@@ -2918,7 +2918,7 @@
Variables
{
-  "amount": "xyz789",
+  "amount": "abc123",
   "currencyAddress": "000000000000000000000000000000000000000A",
   "memo": "xyz789",
   "recipient": Address,
@@ -3199,7 +3199,7 @@ 
Response
"data": { "nodeException": { "code": 123, - "message": "abc123" + "message": "xyz789" } } } @@ -3280,16 +3280,16 @@
Response
"data": { "nodeStatus": { "appProtocolVersion": AppProtocolVersionType, - "bootstrapEnded": false, + "bootstrapEnded": true, "genesis": BlockHeader, "informationalVersion": "abc123", - "isMining": false, + "isMining": true, "preloadEnded": false, - "productVersion": "xyz789", + "productVersion": "abc123", "stagedTxIds": [TxId], - "stagedTxIdsCount": 123, + "stagedTxIdsCount": 987, "subscriberAddresses": [Address], - "subscriberAddressesCount": 123, + "subscriberAddressesCount": 987, "tip": BlockHeader, "topmostBlocks": [BlockHeader] } @@ -3530,7 +3530,7 @@
Query
Variables
-
{"actionType": "xyz789"}
+                    
{"actionType": "abc123"}
 
@@ -3768,9 +3768,9 @@
Example
{
-  "inspection": "xyz789",
-  "json": "abc123",
-  "raw": "xyz789"
+  "inspection": "abc123",
+  "json": "xyz789",
+  "raw": "abc123"
 }
 
@@ -6324,7 +6324,7 @@
address
Example
-
{"activated": true, "addressActivated": true}
+                    
{"activated": true, "addressActivated": false}
 
@@ -6589,8 +6589,8 @@
Example
"address": Address, "avatarStates": [AvatarStateType], "crystal": "xyz789", - "gold": "xyz789", - "hasTradedItem": true, + "gold": "abc123", + "hasTradedItem": false, "monsterCollectionLevel": {}, "monsterCollectionRound": {}, "pledge": MeadPledgeType @@ -6656,7 +6656,7 @@
Example
"extra": ByteString, "signature": ByteString, "signer": Address, - "version": 123 + "version": 987 }
@@ -6734,7 +6734,7 @@
Example
{
-  "active": true,
+  "active": false,
   "agentAddress": Address,
   "arenaRecord": ArenaRecordType,
   "avatarAddress": Address,
@@ -6826,12 +6826,12 @@ 
Example
{
   "address": Address,
   "avatarAddress": Address,
-  "lose": 987,
+  "lose": 123,
   "purchasedTicketCount": 123,
-  "score": 987,
+  "score": 123,
   "ticket": 123,
   "ticketResetCount": 123,
-  "win": 987
+  "win": 123
 }
 
@@ -6913,14 +6913,14 @@
Example
{
   "avatarAddr": Address,
-  "cp": 123,
+  "cp": 987,
   "level": 987,
-  "loseScore": 123,
-  "nameWithHash": "xyz789",
-  "portraitId": 123,
-  "rank": 123,
+  "loseScore": 987,
+  "nameWithHash": "abc123",
+  "portraitId": 987,
+  "rank": 987,
   "score": 123,
-  "winScore": 987
+  "winScore": 123
 }
 
@@ -6973,7 +6973,7 @@
Fields
Example
-
{"draw": 987, "lose": 987, "win": 123}
+                    
{"draw": 987, "lose": 123, "win": 123}
 
@@ -7143,15 +7143,15 @@
Example
{
-  "actionPoint": 123,
+  "actionPoint": 987,
   "address": Address,
   "agentAddress": Address,
-  "blockIndex": 123,
-  "characterId": 987,
+  "blockIndex": 987,
+  "characterId": 123,
   "combinationSlotAddresses": [Address],
   "combinationSlots": [CombinationSlotStateType],
   "dailyRewardReceivedIndex": {},
-  "ear": 123,
+  "ear": 987,
   "eventMap": CollectionMapType,
   "exp": 123,
   "hair": 123,
@@ -7163,7 +7163,7 @@ 
Example
"level": 987, "mailBox": MailBoxType, "monsterMap": CollectionMapType, - "name": "xyz789", + "name": "abc123", "questList": QuestListType, "runes": [RuneStateType], "stageMap": CollectionMapType, @@ -7371,7 +7371,7 @@
Example
{
   "difficulty": {},
-  "hash": 4,
+  "hash": "4",
   "index": {},
   "lastCommit": BlockCommit,
   "miner": Address,
@@ -7439,7 +7439,7 @@ 
Example
{
-  "blockHash": "4",
+  "blockHash": 4,
   "height": {},
   "round": 123,
   "votes": [Vote]
@@ -7525,7 +7525,7 @@ 
Example
{
   "hash": "xyz789",
   "id": "4",
-  "index": 987,
+  "index": 123,
   "miner": Address
 }
 
@@ -7699,8 +7699,8 @@
Example
{
-  "endPoint": "xyz789",
-  "publicIpAddress": "xyz789",
+  "endPoint": "abc123",
+  "publicIpAddress": "abc123",
   "publicKey": PublicKey
 }
 
@@ -7841,7 +7841,7 @@
Fields
Example
-
{"count": 987, "pairs": [123]}
+                    
{"count": 987, "pairs": [987]}
 
@@ -7902,7 +7902,7 @@
Example
{
   "address": Address,
-  "petId": 987,
+  "petId": 123,
   "startBlockIndex": {},
   "unlockBlockIndex": {},
   "unlockStage": 987
@@ -7986,7 +7986,7 @@ 
Example
{
   "elementalType": "FIRE",
   "grade": 123,
-  "id": 987,
+  "id": 123,
   "itemId": Guid,
   "itemSubType": "AP_STONE",
   "itemType": "CONSUMABLE",
@@ -8069,8 +8069,8 @@ 
Example
{
   "elementalType": "FIRE",
-  "equipped": false,
-  "grade": 123,
+  "equipped": true,
+  "grade": 987,
   "id": 987,
   "itemId": Guid,
   "itemSubType": "AP_STONE",
@@ -8342,7 +8342,7 @@ 
Example
"hash": ByteString, "maximumSupply": FungibleAssetValue, "minters": [Address], - "ticker": "xyz789", + "ticker": "abc123", "totalSupplyTrackable": true }
@@ -8544,7 +8544,7 @@
Example
{
   "decimalPlaces": [196, 189, 173, 171, 167, 163],
   "minters": [Address],
-  "ticker": "abc123"
+  "ticker": "xyz789"
 }
 
@@ -8708,7 +8708,7 @@
Example
{
   "localVersion": AppProtocolVersionType,
-  "peer": "abc123",
+  "peer": "xyz789",
   "peerVersion": AppProtocolVersionType
 }
 
@@ -8902,7 +8902,7 @@
Example
"buffSkills": [SkillType], "elementalType": "FIRE", "equipped": true, - "exp": 987, + "exp": 123, "grade": 123, "id": 123, "itemId": Guid, @@ -9060,7 +9060,7 @@
Example
"minorUnit": {}, "quantity": "abc123", "sign": 987, - "string": "xyz789" + "string": "abc123" }
@@ -9127,7 +9127,7 @@
Example
"decimalPlaces": [196, 189, 173, 171, 167, 163], "minters": [Address], "quantity": {}, - "ticker": "xyz789" + "ticker": "abc123" }
@@ -9175,8 +9175,8 @@
Example
{
-  "currency": "abc123",
-  "quantity": "abc123"
+  "currency": "xyz789",
+  "quantity": "xyz789"
 }
 
@@ -9238,7 +9238,7 @@
Example
{
   "currency": CurrencyType,
-  "quantity": "abc123"
+  "quantity": "xyz789"
 }
 
@@ -9345,7 +9345,7 @@
Example
{
   "addr": Address,
-  "count": 123,
+  "count": 987,
   "fungibleItemId": "abc123",
   "item": FungibleItemType
 }
@@ -9399,7 +9399,7 @@ 
Example
{
-  "fungibleItemId": "abc123",
+  "fungibleItemId": "xyz789",
   "itemSubType": "AP_STONE",
   "itemType": "CONSUMABLE"
 }
@@ -9710,9 +9710,9 @@ 
Example
{
-  "base64": "xyz789",
-  "hex": "abc123",
-  "inspection": "xyz789",
+  "base64": "abc123",
+  "hex": "xyz789",
+  "inspection": "abc123",
   "json": "abc123"
 }
 
@@ -9739,7 +9739,7 @@
Description
Example
-
987
+                    
123
 
@@ -9814,8 +9814,8 @@
Example
{
   "count": 987,
-  "fungibleItemId": "xyz789",
-  "id": 123,
+  "fungibleItemId": "abc123",
+  "id": 987,
   "itemType": "CONSUMABLE",
   "lockId": Guid,
   "locked": false,
@@ -10242,7 +10242,7 @@ 
Example
{
   "elementalType": "FIRE",
-  "grade": 123,
+  "grade": 987,
   "id": 123,
   "itemId": Guid,
   "itemSubType": "AP_STONE",
@@ -10772,7 +10772,7 @@ 
Example
{
   "elementalType": "FIRE",
-  "grade": 987,
+  "grade": 123,
   "id": 987,
   "itemId": ByteString,
   "itemSubType": "AP_STONE",
@@ -10824,7 +10824,7 @@ 
Fields
Example
-
{"materialId": 123, "quantity": 123}
+                    
{"materialId": 987, "quantity": 987}
 
@@ -10876,7 +10876,7 @@
Fields
Example
-
{"approved": false, "mead": 987, "patronAddress": Address}
+                    
{"approved": true, "mead": 123, "patronAddress": Address}
 
@@ -10922,7 +10922,7 @@
Fields
Example
-
{"itemId": 987, "quantity": 123}
+                    
{"itemId": 987, "quantity": 987}
 
@@ -10975,8 +10975,8 @@
Example
{
-  "level": 123,
-  "requiredGold": 123,
+  "level": 987,
+  "requiredGold": 987,
   "rewards": [MonsterCollectionRewardInfoType]
 }
 
@@ -11232,7 +11232,7 @@
Example
{
   "agents": ["abc123"],
   "agentsCount": 987,
-  "ips": ["abc123"],
+  "ips": ["xyz789"],
   "ipsCount": 987,
   "key": "abc123"
 }
@@ -11279,7 +11279,7 @@ 
Fields
Example
-
{"code": 123, "message": "xyz789"}
+                    
{"code": 987, "message": "abc123"}
 
@@ -11333,7 +11333,7 @@
Example
{
   "peers": [BoundPeer],
-  "preloaded": true,
+  "preloaded": false,
   "validators": [BoundPeer]
 }
 
@@ -11477,14 +11477,14 @@
Example
"appProtocolVersion": AppProtocolVersionType, "bootstrapEnded": true, "genesis": BlockHeader, - "informationalVersion": "abc123", - "isMining": true, - "preloadEnded": false, + "informationalVersion": "xyz789", + "isMining": false, + "preloadEnded": true, "productVersion": "xyz789", "stagedTxIds": [TxId], - "stagedTxIdsCount": 987, + "stagedTxIdsCount": 123, "subscriberAddresses": [Address], - "subscriberAddressesCount": 987, + "subscriberAddressesCount": 123, "tip": BlockHeader, "topmostBlocks": [BlockHeader] } @@ -11607,7 +11607,7 @@
Fields
Example
-
{"message": "abc123", "type": "BUYER"}
+                    
{"message": "xyz789", "type": "BUYER"}
 
@@ -11743,11 +11743,11 @@
Example
{
-  "combatPoint": 123,
-  "expiredBlockIndex": 987,
-  "itemCount": 123,
-  "itemId": 123,
-  "level": 123,
+  "combatPoint": 987,
+  "expiredBlockIndex": 123,
+  "itemCount": 987,
+  "itemId": 987,
+  "level": 987,
   "orderId": Guid,
   "price": "abc123",
   "sellerAgentAddress": Address,
@@ -12219,19 +12219,19 @@ 
Example
{
   "avatarAddress": Address,
-  "avatarName": "abc123",
+  "avatarName": "xyz789",
   "claimedBlockIndex": {},
   "cp": 123,
   "highScore": 987,
   "iconId": 987,
-  "latestBossLevel": 123,
+  "latestBossLevel": 987,
   "latestRewardRank": 987,
   "level": 987,
-  "purchaseCount": 987,
+  "purchaseCount": 123,
   "refillBlockIndex": {},
   "remainChallengeCount": 123,
-  "totalChallengeCount": 123,
-  "totalScore": 987
+  "totalChallengeCount": 987,
+  "totalScore": 123
 }
 
@@ -12308,11 +12308,11 @@
Example
{
   "agentAddress": Address,
-  "armorId": 987,
+  "armorId": 123,
   "avatarAddress": Address,
   "avatarName": "xyz789",
   "exp": {},
-  "level": 987,
+  "level": 123,
   "stageClearedBlockIndex": {},
   "updatedAt": {}
 }
@@ -12539,8 +12539,8 @@ 
Example
"clients": [Address], "clientsByDevice": [Address], "clientsByIps": [MultiAccountInfo], - "clientsCountByIps": 987, - "totalCount": 123, + "clientsCountByIps": 123, + "totalCount": 987, "totalCountByDevice": 987 }
@@ -12590,7 +12590,7 @@
Fields
Example
-
{"runeId": 987, "slotIndex": 123}
+                    
{"runeId": 123, "slotIndex": 123}
 
@@ -12634,7 +12634,7 @@
Fields
Example
-
{"level": 987, "runeId": 987}
+                    
{"level": 123, "runeId": 987}
 
@@ -12901,7 +12901,7 @@
Example
{
   "currencyEnum": "CRYSTAL",
-  "currencyTicker": "xyz789",
+  "currencyTicker": "abc123",
   "value": "xyz789"
 }
 
@@ -12974,12 +12974,12 @@
Example
{
-  "chance": 123,
+  "chance": 987,
   "elementalType": "FIRE",
   "id": 987,
   "power": 123,
   "referencedStatType": "ARMOR_PENETRATION",
-  "statPowerRatio": 123
+  "statPowerRatio": 987
 }
 
@@ -13032,7 +13032,7 @@
levelExample
-
{"achievementsByLevel": 123}
+                    
{"achievementsByLevel": 987}
 
@@ -13078,7 +13078,7 @@
Fields
Example
-
{"count": 987, "itemId": 987}
+                    
{"count": 123, "itemId": 123}
 
@@ -13149,11 +13149,11 @@
Example
{
-  "currencyDecimalPlaces": 123,
+  "currencyDecimalPlaces": 987,
   "currencyTicker": "abc123",
   "decimalRate": Decimal,
   "itemId": 987,
-  "rate": 987,
+  "rate": 123,
   "type": "CURRENCY"
 }
 
@@ -13215,7 +13215,7 @@
Example
{
   "bonusRewards": [StakeRegularFixedRewardInfoType],
-  "level": 123,
+  "level": 987,
   "requiredGold": {},
   "rewards": [StakeRegularRewardInfoType]
 }
@@ -14154,7 +14154,7 @@ 
Fields
Example
-
{"aTK": 987, "cRI": 123, "dEF": 123, "hIT": 123, "hP": 987, "sPD": 987}
+                    
{"aTK": 123, "cRI": 123, "dEF": 987, "hIT": 987, "hP": 123, "sPD": 987}
 
@@ -14312,10 +14312,10 @@
Example
{
   "actions": [Action],
   "blockRef": Block,
-  "id": 4,
+  "id": "4",
   "nonce": {},
   "publicKey": ByteString,
-  "serializedPayload": "xyz789",
+  "serializedPayload": "abc123",
   "signature": ByteString,
   "signer": Address,
   "timestamp": DateTimeOffset,
@@ -14582,7 +14582,7 @@ 
Example
{
   "attachSignature": "abc123",
-  "createUnsignedTx": "abc123",
+  "createUnsignedTx": "xyz789",
   "getTx": TransactionType,
   "ncTransactions": [TransactionType],
   "nextTxNonce": {},
@@ -14899,10 +14899,10 @@ 
Example
"id": TxId, "nonce": {}, "publicKey": PublicKeyType, - "serializedPayload": "xyz789", + "serializedPayload": "abc123", "signature": ByteString, "signer": Address, - "timestamp": "xyz789", + "timestamp": "abc123", "updatedAddresses": [Address] }
@@ -14977,7 +14977,7 @@
Example
{
   "amount": "xyz789",
   "blockHash": ByteString,
-  "memo": "abc123",
+  "memo": "xyz789",
   "recipient": Address,
   "sender": Address,
   "txId": ByteString
@@ -15285,7 +15285,7 @@ 
hexExample
-
{"metadata": true, "privateKey": true, "publicKey": false}
+                    
{"metadata": false, "privateKey": false, "publicKey": true}
 
@@ -15532,7 +15532,7 @@
Fields
Example
-
{"bossLevel": 987, "claimed": false}
+                    
{"bossLevel": 123, "claimed": false}
 
@@ -15730,7 +15730,7 @@
Example
{
   "isStageCleared": false,
-  "isWorldUnlocked": true,
+  "isWorldUnlocked": false,
   "world": WorldType
 }
 
@@ -15805,6 +15805,11 @@
addresses The state root hash of the world state. + + version - Int! + + The version of the bakcing data model. + @@ -15817,8 +15822,9 @@
Example
{
   "account": AccountState,
   "accounts": [AccountState],
-  "legacy": true,
-  "stateRootHash": HashDigestSHA256
+  "legacy": false,
+  "stateRootHash": HashDigestSHA256,
+  "version": 123
 }
 
@@ -15909,12 +15915,12 @@
Example
{
   "id": 987,
-  "isStageCleared": true,
+  "isStageCleared": false,
   "isUnlocked": false,
   "name": "xyz789",
-  "stageBegin": 123,
+  "stageBegin": 987,
   "stageClearedBlockIndex": {},
-  "stageClearedId": 987,
+  "stageClearedId": 123,
   "stageEnd": 987,
   "unlockedBlockIndex": {}
 }
diff --git a/schema.graphql b/schema.graphql
index 5573f3cff..ca8d73be0 100644
--- a/schema.graphql
+++ b/schema.graphql
@@ -2777,6 +2777,9 @@ type WorldState {
 
   """The state root hash of the world state."""
   stateRootHash: HashDigestSHA256!
+
+  """The version of the bakcing data model."""
+  version: Int!
 }
 
 type WorldType {