GraphQL OBJECT

SubscriptionUpdatePreviewResult

Subscription update preview information.

link Definition

  • type SubscriptionUpdatePreviewResult {
  • # Id of the preview. Provided in the input
  • id: String
  • # The updated subscription.
  • updatedSubscription: Subscription
  • }

link Required by