Skip to content

Commit

Permalink
doc: graphql rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
renauter authored Jun 16, 2023
1 parent e0aae0a commit d0fd8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate-node/pallets/pallet-tfgrid/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fexplorer.devnet.grid.tf%2Fws#/extr

## Graphql

We store every creation / update / deletion of above objects in a graphql database. An end user of any other application can query the objects from the substrate database without having to talk to the substrate nodes.
We can fetch above objects state and track their creation / update / deletion using graphql. An end user of any other application can query the objects from tfchain without having to talk directly to the nodes.

[example](./graphql.md)

Expand Down

0 comments on commit d0fd8e1

Please sign in to comment.