# BlacklistItemsConnection

Paginated list of blacklist rules.

```
type BlacklistItemsConnection {

  items: [BlacklistItem!]!

  nextToken: String

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`BlacklistItemsConnection.items`](#items) ● [`[BlacklistItem!]!`](https://docs.monei.com/es/es/apis/graphql/types/objects/blacklist-item/.md) non-null object[​](#items "Enlace directo al items")

Blacklist rules on the current page.

#### [`BlacklistItemsConnection.nextToken`](#next-token) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#next-token "Enlace directo al next-token")

Cursor for the next page. Pass back as `token` to fetch it. `null` when there are no more results.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`blacklistItems`](https://docs.monei.com/es/es/apis/graphql/operations/queries/blacklist-items/.md) query
