UpdateUserInput
No description
input UpdateUserInput {
consentsToDataCollection: Boolean
email: String
id: UUID
password: String
representative: RepresentativeInput
}
Fields
| Nom | Type | Description |
|---|---|---|
| consentsToDataCollection | Boolean scalar | — |
String scalar | — | |
| id | UUID scalar | Unique identifier of the entity |
| password | String scalar | — |
| representative | RepresentativeInput input | updateUser |