# RepresentativesConnection

Paginated list of legal representatives.

```
type RepresentativesConnection {

  items: [RepresentativeData!]!

  nextToken: String

}
```

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

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

Representatives on the current page.

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

Cursor to pass as `token` on the next request to fetch the following page. `null` when no more results.

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

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