Skip to main content

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

NomTypeDescription
idUUID scalar
legalAddressAddressInput! non-null input
legalCategoryIdentifierString scalar
legalContactContactInput input
legalFolderFolderInput input
legalFormLegalStatusEnum enum
legalGeoIdentifierString scalar
legalNameString! non-null scalar
logoFileFileInput input
registrationDateDate scalar
shareCapitalAmountInt scalar
sirenString scalar
siretString scalar
vatString scalar
vatLegalMentionString scalarMoralProfileInput ProfileInput