Preview

SubscriptionStateTransitionActorActivity is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

SubscriptionStateTransitionActorActivity

Subscription state transition actor activity event with state information

This page contains

    Fields

    timestamp: DateTime!

    Activity timestamp

    actor: SubscriptionActor PREVIEW

    Actor who performed the activity

    subscriptionOwner: User PREVIEW

    Subscription owner at the time of activity

    type: SubscriptionActorActivityType! PREVIEW

    Type of activity

    previousState: SubscriptionRecordState PREVIEW

    Previous state before the transition

    appliedState: SubscriptionRecordState PREVIEW

    Applied state after the transition

    Implements