Interface: SubscriptionOptions
Defined in: packages/graphql-pubsub/src/interfaces.ts:45
Options passed when subscribing to a trigger.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
pattern? | boolean | When true, use Redis pattern-subscribe (PSUBSCRIBE) instead of SUBSCRIBE. | packages/graphql-pubsub/src/interfaces.ts:47 |