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

GraphQL API for Cardano

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

### Ask a question docker logs -f --tail 20 cardano-graphql_postgres_1 ``` 2023-02-07 03:48:05.851 UTC [20] LOG: checkpoints are occurring too frequently (25 seconds apart) 2023-02-07 03:48:05.851 UTC [20] HINT: Consider...

question

### Ask a question When doing a GraphQL query which has a large result-set, it might be efficient to use pagination. One can do this by using a combination of...

question

### Ask a question Hello ! I don’t know if it’s a bug so I’m just asking question for now. We are running 2 cardano nodes in 2 different openshift...

question

### Ask a question After the input-output-hk/cardano-graphql component is started,I don't access it but it's log keeps scrolling, likes: ... {"name":"cardano-graphql","hostname":"4b9959468b8e","pid":7,"level":30,"module":"HasuraClient","assetId":"53f30a1675419b539e85540ab4e962c33c1e75d380cf92e5cbe6ae9541525441","msg":"Adding metadata to asset","time":"2023-02-07T10:30:15.434Z","v":0} ... And disk io and throughput...

question

Individually it takes milliseconds, but together it takes a few seconds. How can it be solved? ``` query getTransactions { transactions_aggregate( where: { _or: [ { outputs: { address: {...

perf

### Summary I would like to filter incoming transactions by block. The following error response was returned. ### Steps to reproduce the bug Execute a request like the following ```...

### Summary After upgrade Typescript client from 7.0.0 to 7.0.1, I got this error. ``` Type error: Cannot find module '@cardano-graphql/client-ts' or its corresponding type declarations. import type { ProtocolParams,...

BUG

### Ask a question When I run the API, the value returned is false for initialized, why is that? Is there anything I need to set up? ```bash ❯ curl...

question

### Summary While running the cardano-graphql NixOS service as a systemd unit, at least in some cases, when an error is logged, the error appears to result in a fatal...

BUG

### Summary I carefully followed instruction in READ.ME but after "docker-compose up -d" I keep getting postgres_1 | 2022-12-15 02:56:26.827 UTC [410] FATAL: password authentication failed for user "postgres" postgres_1...

BUG