Skip to main content

UpdatePublisherInput (Input)

Description

Input type for updating a publisher settings



Fields

NameDescription
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!
}