Skip to main content
This is documentation for Platformatic Open Source Software 2.75.2, which is no longer actively maintained.
For up-to-date documentation, see the latest version (3.29.1).
Version: 2.75.2

Subscription

When the GraphQL plugin is loaded, some subscriptions are automatically adding to the GraphQL schema if the @platformatic/sql-events plugin has been previously registered.

It's possible to avoid creating the subscriptions for a given entity by adding the subscriptionIgnore config, like so: subscriptionIgnore: ['page'].

[ENTITY]Saved

Published whenever an entity is saved, e.g. when the mutation insert[ENTITY] or save[ENTITY] are called.

[ENTITY]Deleted

Published whenever an entity is deleted, e.g. when the mutation delete[ENTITY] is called.

Morty Proxy This is a proxified and sanitized view of the page, visit original site.