ProfileInput
This is the Profile value object graphQL mutable input object definition
FR: Immatriculation
input ProfileInput {
bankAccount: BankAccountInput!
billingAddress: AddressInput
comment: String
id: UUID
identity: IdentityInput
officialContact: ContactInput
registration: RegistrationInput
type: ProfileType!
}
Fields
| Nom | Type | Description |
|---|---|---|
| bankAccount | BankAccountInput! non-null input | — |
| billingAddress | AddressInput input | — |
| comment | String scalar | — |
| id | UUID scalar | — |
| identity | IdentityInput input | — |
| officialContact | ContactInput input | — |
| registration | RegistrationInput input | — |
| type | ProfileType! non-null enum | OwnerInput |