eventSubscriptionCreate
Create a manually managed event subscription and reveal its signing secret once.
Arguments
1 argumentactions•[String!]Subscribed event actions.
enabled•BooleanWhether delivery is enabled.
key•StringStable subscription key.
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.
secret•String!Plaintext signing secret. Store it now; it cannot be queried again.