In docs example query,
{
order(hash: "0x38c1b56f95bf168b303e4b62d64f7f475f2ac34124e9678f0bd852f95a4ca377") {
hash
chainId
exchangeAddress
makerAddress
makerAssetData
makerAssetAmount
makerFeeAssetData
makerFee
takerAddress
takerAssetData
takerAssetAmount
takerFeeAssetData
takerFee
senderAddress
feeRecipientAddress
expirationTimeSeconds
salt
signature
remainingFillableTakerAssetAmount
}
}
remainingFillableTakerAssetAmount does not exist and gives error, if I replace it with fillableTakerAssetAmount then it works, seems like it is mistyped in docs
In docs example query,
remainingFillableTakerAssetAmountdoes not exist and gives error, if I replace it withfillableTakerAssetAmountthen it works, seems like it is mistyped in docs