This website requires JavaScript.
Explore
Help
Sign In
djkato
/
saleor-apps-redis_apl
Watch
1
Star
0
Fork
You've already forked saleor-apps-redis_apl
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2a1385bab1
saleor-apps-redis_apl
/
apps
/
search
/
graphql
/
queries
/
FetchOwnWebhooks.graphql
11 lines
128 B
GraphQL
Raw
Normal View
History
Unescape
Escape
Webhooks optimization (#434) * Disable webhooks in manifest and create graphql operations * Add webhook enabler service * Add webhooks to subscription events * Disable webhooks when webhok operation fail * display webhooks status * Display failed deliveries * Use react query in webhooks-status, refetch it when configu updated * Extracted main instructons * Better webhook instructions * Optimize webhooks fetching from subscription * Test for WebhooksAcivityToggler * Changeset * Test for webhook status handler WIP * Test wip * Rewrite test
2023-04-29 09:30:48 +00:00
query
FetchOwnWebhooks
(
$id
:
ID
!
)
{
app
(
id
:
$id
)
{
Search: Fix stale variants after product removal, add indices setup and product descriptions (#932) * Move plaintext renderer to shared package and use it for Algolia documents * Fix stale variants after product removal, add indices setup * Search: webhooks migration script (#936) * Add webhook recreation script * Add changeset
2023-08-29 11:19:31 +00:00
id
name
isActive
Webhooks optimization (#434) * Disable webhooks in manifest and create graphql operations * Add webhook enabler service * Add webhooks to subscription events * Disable webhooks when webhok operation fail * display webhooks status * Display failed deliveries * Use react query in webhooks-status, refetch it when configu updated * Extracted main instructons * Better webhook instructions * Optimize webhooks fetching from subscription * Test for WebhooksAcivityToggler * Changeset * Test for webhook status handler WIP * Test wip * Rewrite test
2023-04-29 09:30:48 +00:00
webhooks
{
...
OwnWebhook
}
}
}
Reference in a new issue
Copy permalink