27 lines
394 B
GraphQL
27 lines
394 B
GraphQL
![]() |
fragment OwnWebhook on Webhook {
|
||
|
id
|
||
|
isActive
|
||
|
asyncEvents {
|
||
|
name
|
||
|
eventType
|
||
|
}
|
||
|
eventDeliveries(first: 100) {
|
||
|
edges {
|
||
|
node {
|
||
|
id
|
||
|
status
|
||
|
attempts(first: 100) {
|
||
|
edges {
|
||
|
node {
|
||
|
status
|
||
|
id
|
||
|
createdAt
|
||
|
responseStatusCode
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|