GraphQL OBJECT
SubscriptionUpdatePreviewResult
Subscription update preview information.
link Definition
- type SubscriptionUpdatePreviewResult {
- # Id of the preview. Provided in the input
- : String
- # The updated subscription.
- : Subscription
- }
GraphQL OBJECT
Subscription update preview information.
- type SubscriptionUpdatePreviewResult {
- # Id of the preview. Provided in the input
- : String
- # The updated subscription.
- : Subscription
- }