Skip to main content

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

NomTypeDescription
bankAccountBankAccountInput! non-null input
billingAddressAddressInput input
commentString scalar
idUUID scalar
identityIdentityInput input
officialContactContactInput input
registrationRegistrationInput input
typeProfileType! non-null enumOwnerInput