BusinessUnitRepresentative
No description
type BusinessUnitRepresentative {
businessUnit: BusinessUnit
businessUnitId: UUID!
id: UUID!
joinedDate: DateTime!
representative: Representative
representativeId: UUID!
}
Fields
| Nom | Type | Description |
|---|---|---|
| businessUnit | BusinessUnit object | — |
| businessUnitId | UUID! non-null scalar | — |
| id | UUID! non-null scalar | — |
| joinedDate | DateTime! non-null scalar | — |
| representative | Representative object | — |
| representativeId | UUID! non-null scalar | updateBusinessUnitRepresentatives BusinessUnit Representative |