Organization / Event subscriptions
eventSubscriptionUpdate
Update a manually managed event subscription.
Arguments
2 argumentsid•ID!ID of the event subscription.
actions•[String!]Subscribed event actions.
enabled•BooleanWhether delivery is enabled.
query•StringOptional stored projection query.
queryFilter•StringOptional filter applied to the projected result.
topic•StringEvent topic.
triggers•[String!]Fields that trigger update events.
uri•StringHTTPS delivery destination.
Possible return
actions•[String!]!Subscribed event actions.
createdAt•DateTimeTz!When the subscription was created.
enabled•Boolean!Whether delivery is enabled.
id•ID!Unique primary key.
key•String!Stable subscription key.
pauseReason•StringWhy the subscription is paused.
pausedAt•DateTimeTzWhen the subscription was paused.
query•StringOptional stored projection query.
queryFilter•StringOptional filter applied to the projected result.
topic•String!Event topic.
triggers•[String!]Fields that trigger update events.
updatedAt•DateTimeTz!When the subscription was last updated.
uri•String!HTTPS delivery destination.
field•[String!]message•String!