# documents

Lists KYC/onboarding documents attached to the current account.

```
documents(

  token: String

  pageSize: Int

): DocumentsConnection!
```

### Arguments[​](#arguments "Enlace directo al Arguments")

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

#### [`documents.pageSize`](#page-size) ● [`Int`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) scalar[​](#page-size "Enlace directo al page-size")

### Type[​](#type "Enlace directo al Type")

#### [`DocumentsConnection`](https://docs.monei.com/es/es/apis/graphql/types/objects/documents-connection/.md) object[​](#documentsconnection- "Enlace directo al documentsconnection-")

Paginated list of `Document`.
