Skip to content

Commit

Permalink
chore: remove spacing and add changeset file
Browse files Browse the repository at this point in the history
  • Loading branch information
nil-amrutlal committed Mar 27, 2024
1 parent 4f1b0b2 commit 7d1dbdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/proud-otters-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@kadena/graph': patch
---

Improved functional documentation, added some query examples
4 changes: 0 additions & 4 deletions packages/apps/graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ If you are not familiar yet with GraphQL, we recommend to first read the [offici

This GraphQL server creates a readonly GraphQL endpoint that retrieves data from a Chainweb node and a [chainweb-data](https://github.com/kadena-io/chainweb-data) PostgreSQL database. The Chainweb node is used to execute pact queries to, for uses such as retrieving account balances. The PostgreSQL database is used to read data such as blocks, transactions, and events. By default, the GraphQL server points to a local devnet instance.




Prequisites:

- [Node.js](https://nodejs.org/en/download/)
Expand Down Expand Up @@ -125,7 +122,6 @@ To get started, ensure you have a local instance of the graph service running on

Remember, the GraphiQL Explorer is a powerful tool for understanding and interacting with our GraphQL API. Don't hesitate to experiment and learn!


## Features

### Tracing and trace analysis
Expand Down

0 comments on commit 7d1dbdd

Please sign in to comment.