Skip to content
Merged
1 change: 0 additions & 1 deletion modules/ROOT/pages/getting-started/index.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[[getting-started]]
= Getting started
:page-aliases: getting-started.adoc
:description: This section describes how to get started with the Neo4j GraphQL Library.


Expand Down
4 changes: 2 additions & 2 deletions modules/ROOT/pages/subscriptions/events.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ subscriptions/events/update.adoc
This page covers a variety of subscription options offered by the Neo4j GraphQL Library.

[NOTE]
====
===
Only changes made through `@neo4j/graphql` should trigger the events here described.
Changes made directly to the database or using the xref::type-definitions/directives/cypher.adoc[`@cypher` directive] will **not** trigger any event.
====
===

== `CREATE`

Expand Down