cardano-graphql
                                
                                 cardano-graphql copied to clipboard
                                
                                    cardano-graphql copied to clipboard
                            
                            
                            
                        GraphQL API for Cardano
### Ask a question ### start up ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 14f9620d3a1f inputoutput/cardano-db-sync:13.0.1 "/nix/store/r8sykzp1…" 38 minutes ago Up 38 minutes testnet_cardano-db-sync_1 c5c86a1ca673 inputoutput/cardano-graphql-hasura:latest "docker-entrypoint.s…" 38...
### Summary Fully synced Cardano-DB-Sync however I've been getting this error ever since I started using GraphQL. I've never been able to check the sync status of DB-Sync with [https://github.com/input-output-hk/cardano-graphql#check-cardano-db-sync-progress](https://github.com/input-output-hk/cardano-graphql#check-cardano-db-sync-progress)...
No metadata in the following query: ``` query paymentAddressSummary { paymentAddresses( addresses: [ "addr1q856yfy7yfc7hv2p8prx4djyu7wmnj3v36ez8eexrupvyugzyu8ye3d6u3f30g2mn2r02rjkc9uzsz3et2ykhvgjy0kqyax9sc" ] ) { summary(atBlock: 6030397) { utxosCount assetBalances { quantity asset { assetName policyId fingerprint assetId...
### Summary I'm running a cardano stack inside a `Kind` kubernetes cluster. The stack consists of the following containers with these images - **CARDANO_NODE:** `inputoutput/cardano-node:1.35.0` - **CARDANO_DB_SYNC:** `inputoutput/cardano-db-sync:13.0.0` - **HASURA_CLIENT:**...
### Summary We have a private testnet up and running, with cardano-node, cardano-ogmios, postgres and cardano-db-sync successfully connected and everything works fine. Now we want to bring in cardano-graphql but...
On multiple nodes we are seeing these issues , what are they and what is the fix ? ``` postgres_1 | 2021-11-14 09:45:59.503 UTC [30384] ERROR: value too long for...
Currently dbsync provides snapshots to speed up database rebuilds, it seems these snapshots do not include the views required by hasura and graphql components. Would it be possible to modify...
When querying all the assets of a wallet at the end of an epoch, cardano-graphql takes surprisingly long to return the results. On the gimbalabs discord @rcmorano and Giovanni G...
### Environment The [CLI](../../packages/cli) can be used to gather generic information about your system to assist with support. No installation is required thanks to [npx](https://github.com/npm/npx) ``` console npx @cardano-graphql/cli system-info...
I have been working to add support for **prometheus** and **grafana** (https://github.com/input-output-hk/cardano-graphql/issues/663#issuecomment-1039730626) to the project's sample docker-compose.yml. However, when restoring from a snapshot: ``` export NETWORK=testnet && \ export POSTGRES_VERSION=11.5-alpine...