# UserDappMap

## Introduction

User Dapp mapping table. Mapped with [userentity](https://docs.nuvosphere.io/developer-guide/nuvobadge-graph/graph-schemas/userentity "mention") or [dappentity](https://docs.nuvosphere.io/developer-guide/nuvobadge-graph/graph-schemas/dappentity "mention")

| Field  | Type   | Description              |
| ------ | ------ | ------------------------ |
| id     | string | userId + dappId          |
| user   | ref    | UserEntity               |
| dapp   | ref    | DappEntity               |
| userId | string | user eth address         |
| dappId | string | dapp id                  |
| RP     | bigInt | User earned RP from dapp |
