From 4d538ba9d06c7e6e95ca1e2be19752c0837de3df Mon Sep 17 00:00:00 2001 From: duelingbenjos Date: Wed, 8 Jan 2025 11:30:43 +0000 Subject: [PATCH] update graphql docs --- src/smart-contracts/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smart-contracts/events.md b/src/smart-contracts/events.md index 0bb44cb..45d8c02 100644 --- a/src/smart-contracts/events.md +++ b/src/smart-contracts/events.md @@ -1,6 +1,6 @@ LogEvents are used to track & index when your smart contract performs an operation. -Emitted events are automatically recorded & indexed by the `Blockchain Data Service Node (BDS)` & queryable via the +Emitted events are automatically recorded & indexed by the `Blockchain Data Service Node (BDS)` & queryable via the [GraphQL API](../node/interfaces/graphql). # Use-cases