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