Skip to content

Interface: SubscriptionOptions

Defined in: packages/graphql-pubsub/src/interfaces.ts:45

Options passed when subscribing to a trigger.

Extended by

Properties

PropertyTypeDescriptionDefined in
pattern?booleanWhen true, use Redis pattern-subscribe (PSUBSCRIBE) instead of SUBSCRIBE.packages/graphql-pubsub/src/interfaces.ts:47

Released under the MIT License.