# WebhooksConnection

Paginated list of webhooks.

```
type WebhooksConnection {

  items: [Webhook!]!

  nextToken: String

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`WebhooksConnection.items`](#items) ● [`[Webhook!]!`](https://docs.monei.com/apis/graphql/types/objects/webhook/.md) non-null object[​](#items "Direct link to items")

Page of webhooks.

#### [`WebhooksConnection.nextToken`](#next-token) ● [`String`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) scalar[​](#next-token "Direct link to next-token")

Token to fetch the next page; `null` when there are no more results.

### Returned By[​](#returned-by "Direct link to Returned By")

[`webhooks`](https://docs.monei.com/apis/graphql/operations/queries/webhooks/.md) query
