TypesInputs
CustomPersonOwnershipInput
The data input for updating company ownership.
input CustomPersonOwnershipInput {
name: String!
birthDate: Date
ownership: Float
countries: [CountryContextInput!]!
comment: String
beneficialOwner: Boolean = false
}Fields
name String! non-null scalar
birthDate Date scalar
ownership Float scalar
countries [CountryContextInput!]! non-null input
comment String scalar
beneficialOwner Boolean scalar
Member Of
CustomOwnersInput input