Skip to content

Commit

Permalink
Merge branch 'develop' of ixo:ixofoundation/ixo-blocksync into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Ixo committed May 14, 2024
2 parents a307eca + cbe01a3 commit 3a74e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ The server exposes a Graphql api endpoint at `/graphql` which is set up using [P

A graphiql playground gets exposed at the endpoint `/graphiql` where you can play around, test queries and see the schemas.

We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients
We also generate and expose the full graphql schema file (schema.graphql) under the endpoint `/api/graphql_schema` if you need it to generate clients.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ixo-blocksync",
"version": "2.1.0-develop.5",
"version": "2.1.0-develop.6",
"description": "Syncs all the public info from an ixo blockchain to an instance of PostgresQL ",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3a74e4d

Please sign in to comment.