INPUT_OBJECT

AcknowledgeSubscriptionStateInput

AcknowledgeSubscriptionStateInput updates the state of the given subscription to aknowledged.

link GraphQL Schema definition

1input AcknowledgeSubscriptionStateInput {
4
2# ID of the subscription being updated.
3subscriptionID: ID!
5}