Warehouse / Types/ object
EventSubscriptionEdge
An edge that contains a node of type EventSubscription and a cursor.
Fields
2 fieldscursor•String!A unique cursor that can be used for pagination.
actions•[String!]!Subscribed event actions.
createdAt•DateTimeTz!When the subscription was created.
edges•[EventDeliveryEdge!]!A list of EventDelivery edges.
pageInfo•PageInfo!Pagination information about the list of edges.
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.