RegistrationInput
This is the Registration value object graphQL mutable input object definition
FR: Immatriculation
input RegistrationInput {
id: UUID
legalAddress: AddressInput!
legalCategoryIdentifier: String
legalContact: ContactInput
legalFolder: FolderInput
legalForm: LegalStatusEnum
legalGeoIdentifier: String
legalName: String!
logoFile: FileInput
registrationDate: Date
shareCapitalAmount: Int
siren: String
siret: String
vat: String
vatLegalMention: String
}
Fields
| Nom | Type | Description |
|---|---|---|
| id | UUID scalar | — |
| legalAddress | AddressInput! non-null input | — |
| legalCategoryIdentifier | String scalar | — |
| legalContact | ContactInput input | — |
| legalFolder | FolderInput input | — |
| legalForm | LegalStatusEnum enum | — |
| legalGeoIdentifier | String scalar | — |
| legalName | String! non-null scalar | — |
| logoFile | FileInput input | — |
| registrationDate | Date scalar | — |
| shareCapitalAmount | Int scalar | — |
| siren | String scalar | — |
| siret | String scalar | — |
| vat | String scalar | — |
| vatLegalMention | String scalar | MoralProfileInput ProfileInput |