@iota/graphql-transport 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,6 +164,7 @@ const Rpc_Validator_FieldsFragmentDoc = new TypedDocumentString(`
164
164
  fragment RPC_VALIDATOR_FIELDS on Validator {
165
165
  atRisk
166
166
  commissionRate
167
+ effectiveCommissionRate
167
168
  exchangeRatesSize
168
169
  exchangeRatesTable {
169
170
  address
@@ -1395,6 +1396,7 @@ const GetCurrentEpochDocument = new TypedDocumentString(`
1395
1396
  fragment RPC_VALIDATOR_FIELDS on Validator {
1396
1397
  atRisk
1397
1398
  commissionRate
1399
+ effectiveCommissionRate
1398
1400
  exchangeRatesSize
1399
1401
  exchangeRatesTable {
1400
1402
  address
@@ -1467,6 +1469,7 @@ const PaginateEpochValidatorsDocument = new TypedDocumentString(`
1467
1469
  fragment RPC_VALIDATOR_FIELDS on Validator {
1468
1470
  atRisk
1469
1471
  commissionRate
1472
+ effectiveCommissionRate
1470
1473
  exchangeRatesSize
1471
1474
  exchangeRatesTable {
1472
1475
  address
@@ -1704,6 +1707,7 @@ const GetLatestIotaSystemStateDocument = new TypedDocumentString(`
1704
1707
  fragment RPC_VALIDATOR_FIELDS on Validator {
1705
1708
  atRisk
1706
1709
  commissionRate
1710
+ effectiveCommissionRate
1707
1711
  exchangeRatesSize
1708
1712
  exchangeRatesTable {
1709
1713
  address