hack-a-chain-software / indexer-kadena

2 stars 2 forks source link

[Test] Subscription: newBlocks #111

Open davibauer opened 1 month ago

davibauer commented 1 month ago

Fail Results

Reference Query https://graph.kadena.network/graphql

subscription NewBlocks {
    newBlocks(chainIds: null) {
        id
        hash
        chainId
        creationTime
        difficulty
        epoch
        flags
        height
        nonce
        payloadHash
        weight
        target
        powHash
    }
}