wdc
This commit is contained in:
12
src/migrations/1-add-issuing-pricinpal/UpdateWebhook.graphql
Normal file
12
src/migrations/1-add-issuing-pricinpal/UpdateWebhook.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
mutation Migration_01_UpdateWebhook($webhookId: ID!, $newQuery: String!) {
|
||||
webhookUpdate(id: $webhookId, input: { query: $newQuery }) {
|
||||
webhook {
|
||||
id
|
||||
}
|
||||
errors {
|
||||
code
|
||||
field
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user