cardano-graphql
cardano-graphql copied to clipboard
GraphQL API for Cardano
### Summary grapqhl hasura has no 7.0.2 tag currently:https://hub.docker.com/r/inputoutput/cardano-graphql-hasura/tags nor graphql: https://hub.docker.com/r/inputoutput/cardano-graphql/tags docker-compose tires to pull these files: https://github.com/input-output-hk/cardano-graphql/blob/master/docker-compose.yml " image: inputoutput/cardano-graphql-hasura:${CARDANO_GRAPHQL_VERSION:-7.0.2}" " image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-7.0.2}-${NETWORK:-mainnet} " ### Steps to reproduce...
### Summary Hi Team, Cardano GraphQL 7.0.1 This is my docker-compose.yml file version: "3.5" services: postgres: image: postgres:${POSTGRES_VERSION:-11.5-alpine} environment: - POSTGRES_LOGGING=true - POSTGRES_DB_FILE=/run/secrets/postgres_db - POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password - POSTGRES_USER_FILE=/run/secrets/postgres_user ports: - ${POSTGRES_PORT:-5432}:5432...
### Ask a question Hi Team, Please help me in cardano synching issue. This is my docker-compose.yml file version: "3.5" services: postgres: image: postgres:${POSTGRES_VERSION:-11.5-alpine} environment: - POSTGRES_LOGGING=true - POSTGRES_DB_FILE=/run/secrets/postgres_db -...
### Ask a question The GraphQL stack exposes port 8090 to public. Anyone can go and modify the cardano database, insert, delete data and more. This can potentially have major...
this is graphql ``` graphql query getAddressTransactions($address: String!) { transactions( limit: 100 where: { _or:[ { inputs: { address: { _eq: $address } } } { outputs: { address: {...
### Ask a question hello, im trying to run graphql following this https://github.com/input-output-hk/cardano-graphql/wiki/Nix i do already have dbsync & cnode running for preprod network... but i get this error :...
### Summary When booting my node, it'll start syncing (after installing the snapshot) which will take some time. This results in sockets not being available yet etc. Therefore cardano-graphql will...
https://github.com/input-output-hk/cardano-graphql/blob/55524476ca625756f45734ce4dbf261910d33278/packages/api-cardano-db-hasura/src/HasuraClient.ts#L299 ``` { "errors": [ { "message": "Field \"firstAppearedInBlock\" is not defined by type Asset_order_by.", "locations": [ { "line": 5, "column": 29 } ], "extensions": { "code": "GRAPHQL_VALIDATION_FAILED", "exception": {...
### Ask a question ``` inputoutput/cardano-graphql:7.0.0 inputoutput/cardano-graphql-hasura:7.0.0 cardanosolutions/ogmios:v5.2.0-mainnet inputoutput/cardano-db-sync:13.0.4 ``` Finished migration, and then I bump up cardano-graphql with restart. then logs show me like below. ``` {"name":"cardano-graphql","hostname":"14ce5486b14e","pid":1,"level":30,"module":"ChainFollower","msg":"Rolling back to...
### 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...