OBJECT

AcknowledgeSubscriptionStatePayload

AcknowledgeSubscriptionStatePayload returns the state of the subscription.

link GraphQL Schema definition

1type AcknowledgeSubscriptionStatePayload {
2
3# The current state of the subscription. One of "active", "will_not_renew", or
4# "canceled".
5state: UnacknowledgedSubscriptionEventState
6
7}