Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

field is not mentioned correclty for graphQL querry #1018

Open
hack3r-0m opened this issue Feb 4, 2021 · 0 comments
Open

field is not mentioned correclty for graphQL querry #1018

hack3r-0m opened this issue Feb 4, 2021 · 0 comments

Comments

@hack3r-0m
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant