From d0fd8e127b64a211fcfa580ba0e93736de0e6c40 Mon Sep 17 00:00:00 2001 From: Erwan Renaut <73958772+renauter@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:00:29 -0300 Subject: [PATCH] doc: graphql rephrasing --- substrate-node/pallets/pallet-tfgrid/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate-node/pallets/pallet-tfgrid/spec.md b/substrate-node/pallets/pallet-tfgrid/spec.md index bffdf2212..db71b4fb5 100644 --- a/substrate-node/pallets/pallet-tfgrid/spec.md +++ b/substrate-node/pallets/pallet-tfgrid/spec.md @@ -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)