
* Add media and stock flag * Add UI for updating the queries * Add update info to changelog
27 lines
401 B
GraphQL
27 lines
401 B
GraphQL
fragment OwnWebhook on Webhook {
|
|
id
|
|
isActive
|
|
name
|
|
asyncEvents {
|
|
name
|
|
eventType
|
|
}
|
|
eventDeliveries(first: 100) {
|
|
edges {
|
|
node {
|
|
id
|
|
status
|
|
attempts(first: 100) {
|
|
edges {
|
|
node {
|
|
status
|
|
id
|
|
createdAt
|
|
responseStatusCode
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|