# PointsOfSaleConnection

Paginated list of points of sale.

```
type PointsOfSaleConnection {

  items: [PointOfSale!]!

  nextToken: String

}
```

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

#### [`PointsOfSaleConnection.items`](#items) ● [`[PointOfSale!]!`](https://docs.monei.com/es/es/apis/graphql/types/objects/point-of-sale/.md) non-null object[​](#items "Enlace directo al items")

Page items.

#### [`PointsOfSaleConnection.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 as `token` in the next request. Null when there are no more pages.

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

[`pointsOfSale`](https://docs.monei.com/es/es/apis/graphql/operations/queries/points-of-sale/.md) query
