This repository was archived by the owner on Oct 11, 2024. It is now read-only.
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
field is not mentioned correclty for graphQL querry #1018
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels