Mutations
updateWebhookSubscription
MUTATION
updateWebhookSubscription(input: UpdateWebhookSubscriptionInput!): UpdateWebhookSubscriptionArguments
input
required
Returns
webhookSubscription
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateWebhookSubscription(input: UpdateWebhookSubscriptionInput!): UpdateWebhookSubscriptionmutation UpdateWebhookSubscription($input: UpdateWebhookSubscriptionInput!) {
updateWebhookSubscription(input: $input) {
webhookSubscription {
LastSessionId
_EventsCount
_created
_etag
_updated
action
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateWebhookSubscription": {
"webhookSubscription": {
"LastSessionId": "string",
"_EventsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"action": "CREATE"
}
}
}
}Was this page helpful?
mutation UpdateWebhookSubscription($input: UpdateWebhookSubscriptionInput!) {
updateWebhookSubscription(input: $input) {
webhookSubscription {
LastSessionId
_EventsCount
_created
_etag
_updated
action
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateWebhookSubscription": {
"webhookSubscription": {
"LastSessionId": "string",
"_EventsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value",
"action": "CREATE"
}
}
}
}Suggestions