Version: 0.14.x
Subscriptions
Subscriptions are divided into three groups of changes: Create, Update and Delete.
new<Type>
: subscribe to the Create mutation event.updated<Type>
: subscribe to the Update mutation event.deleted<Type>
: subscribe to the Delete mutation event.
Graphback generates a subscription handler and filter input for each CRUD mutation field to let you subscribe to mutation events and receive real-time updates.
caution
Subscription filtering is not available yet and will be implemented in a future release.
#
ExamplesSubscribing to a create
event on Note
:
Subscribing to a update
event on Note
:
Subscribing to a delete
event on Note
: