Profile
No description
type Profile {
bankAccount: BankAccount
billingAddress: Address
comment: String
createdDate: DateTime!
id: UUID!
identity: Identity
logoFolder: Folder
officialContact: Contact
otherFolder: Folder
registration: Registration
ribFolder: Folder
statusFolder: Folder
type: ProfileType
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| bankAccount | BankAccount object | — |
| billingAddress | Address object | — |
| comment | String scalar | — |
| createdDate | DateTime! non-null scalar | — |
| id | UUID! non-null scalar | — |
| identity | Identity object | — |
| logoFolder | Folder object | — |
| officialContact | Contact object | — |
| otherFolder | Folder object | — |
| registration | Registration object | — |
| ribFolder | Folder object | — |
| statusFolder | Folder object | — |
| type | ProfileType enum | — |
| updatedDate | DateTime! non-null scalar | Owner |