DEV
Query.
webhook
Returns a
Webhook
resource by
ID
.
Arguments
id
•
ID!
Required
No description
Returns:
Webhook
GraphQL
1
2
3
type
Query
{
webhook
(
id
:
ID
!
)
:
Webhook
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Query.
webhook
Returns a
Webhook
resource byID
.Arguments
id
ID!
Required
Returns:
Webhook
type Query { webhook(id: ID!): Webhook }