UpdatePublisherInput (Input)
Description
Input type for updating a publisher settings
Fields
Name | Description |
---|---|
notifyImplicitSubscriptions - Boolean! | By enabling this, all implicit subscriptions will receive notifications from this publisher. If members subscribe/unsubscribe explicitly, they will receive/silent notifications regardless of this setting. |
input UpdatePublisherInput {
notifyImplicitSubscriptions: Boolean!
}