cardano-graphql icon indicating copy to clipboard operation
cardano-graphql copied to clipboard

GraphQL API for Cardano

Results 98 cardano-graphql issues
Sort by recently updated
recently updated
newest added

### Ask a question Software Version: ```bash cardano-node-ogmios:v6.0.0_8.1.2 inputoutput/cardano-db-sync:13.1.1.3 inputoutput/cardano-graphql-hasura:8.0.0 inputoutput/cardano-graphql-background:8.0.0 inputoutput/cardano-graphql-server:8.0.0 ``` The blocks can be synchronized normally, and you can get the block height from the API, but...

question

### Ask a question curl -X POST -H "Content-Type: application/json" -d '{"query": "{ blocks(where: { number: { _eq: 9751450}}) {hash number epochNo slotNo forgedAt size previousBlock { hash } transactions...

question

### Summary Running the command under the section `Pull and Run via Docker Compose` (https://github.com/cardano-foundation/cardano-graphql?tab=readme-ov-file#b-pull-and-run-via-docker-compose) fails. ```export NETWORK=mainnet &&\ 1 ⨯ docker pull inputoutput/cardano-graphql-server:8.0.0-${NETWORK} &&\ docker pull inputoutput/cardano-graphql-background:8.0.0-${NETWORK} &&\ docker...

BUG

### Summary Using graphql-engine v2.16.1 as currently pinned in the flake.nix [here](https://github.com/cardano-foundation/cardano-graphql/blob/ea305eab98b8a4476202faf5e7326a56bc264ae8/flake.nix#L16-L18), there is a memory leak of about 3 GB per day with a server under fairly heavy cardano-graphql...

BUG

``` { blocks(where: {_and: [{number: {_gte: 6123430}}, {number: {_lt: 6123615}}]}, order_by: {number: asc}) { number hash size epochNo fees transactionsCount opCert slotInEpoch slotNo forgedAt slotLeader { description hash } protocolVersion...

in next release

### Summary This issue happens when submitTransaction with one transaction from one Shelly-address to one Byron-Address. It's 100% reproducible on my mainnet deployments, but is not reproducible on testnet. I...

BUG

### Ask a question I am currently facing an issue while deploying the Cardano GraphQL API locally on the preprod testnet, without Docker. The issue arises during the application of...

question

### Summary Pleaase add a `CONTRIBUTING.md` file together with information who is the maintainer. ### Steps to reproduce the bug _No response_ ### Actual Result - ### Expected Result -...

docs
in next release

### Summary db-sync log return error ### Steps to reproduce the bug ``` DOCKER_BUILDKIT=1 \ COMPOSE_DOCKER_CLI_BUILD=1 \ CARDANO_GRAPHQL_VERSION=8.0.0 \ RESTORE_SNAPSHOT=https://update-cardano-mainnet.iohk.io/cardano-db-sync/13.1/db-sync-snapshot-schema-13.1-block-8862605-x86_64.tgz \ docker-compose up -d --build ``` ### Actual Result ```...

BUG

### Ask a question https://input-output-hk.github.io/cardano-graphql

question