
* 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
10 lines
128 B
GraphQL
10 lines
128 B
GraphQL
query FetchOwnWebhooks($id: ID!) {
|
|
app(id: $id) {
|
|
id
|
|
name
|
|
isActive
|
|
webhooks {
|
|
...OwnWebhook
|
|
}
|
|
}
|
|
}
|