webhooks
Return a list of webhooks.
webhooks(
where: QueryWebhooksWhereWhereConditions
search: String
orderBy: [QueryWebhooksOrderByOrderByClause!]
first: Int! = 50
after: String
trashed: Trashed
): WebhookConnection!
Arguments
webhooks.where ● QueryWebhooksWhereWhereConditions input
webhooks.search ● String scalar
webhooks.orderBy ● [QueryWebhooksOrderByOrderByClause!] list input
webhooks.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
webhooks.after ● String scalar
A cursor after which elements are returned.
webhooks.trashed ● Trashed enum
Allows to filter if trashed elements should be fetched.
Type
WebhookConnection object
A paginated list of Webhook edges.