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

This repo has been marked as core tech and is part of initiative of repo preparation, part of this includes adding needed missing documentation. This repo in particular needs: -...

Can I get a well-explained manual to run `cardan-graphql` without docker? [This](https://github.com/input-output-hk/cardano-graphql/wiki/Build-From-Source-With-Yarn) manual wasn't so helpful. I wasn't able to successfully run the api using the manual on `ubuntu 20.04...

enhancement

### Summary This issue is related to the `cardano-graphql-server` that connects to the Cardano mainnet. It takes too long for the GraphQL server to actually open. In the below logs,...

BUG

### Ask a question Hi, How I can set RESTORE_SNAPSHOT environment to read from local snapshot instead of url?

question

### Ask a question Environment Var ASSET_METADATA_UPDATE_INTERVAL does not seem to be documented. Can anyone share some light?

question

### Ask a question There is already an endpoint in graphql API to query the progression of db sync but I don't find any similar endpoint to get the progression...

question

I am trying to send this query to get amount of NFTs locked on address by policyId: `query { utxos_aggregate( where: { _and: { address: { _eq: $address }, tokens:...

### Ask a question I would like to index all rewards into my database. From my previous experience in Solana, staking rewards have been sent in the block. So I...

question

### Summary The logs from postgres ``` 2022-09-21 00:46:56.905 UTC [16278] ERROR: value too long for type character varying(65536) 2022-09-21 00:46:56.905 UTC [16278] STATEMENT: WITH "Asset__mutation_result_alias" AS (UPDATE "public"."Asset" SET...

BUG

### Ask a question The versions of each component are as follows: inputoutput/cardano-graphql-hasura:8.0.0 cardano-graphql:8.0.0 inputoutput/cardano-db-sync:13.1.0.0 cardano-node-ogmios:v5.6.0_1.35.4-mainnet All other components are working properly, But there's an error when cardano-graphql starts up:...

question