BindDependentToFinancialOwnerDataInput
Dados de Vinculo entre Dependente e Responsável Financeiro
input BindDependentToFinancialOwnerDataInput {
dependentId: Int
financialOwnerId: Int
dependentRefId: String
financialOwnerRefId: String
}
Fields
BindDependentToFinancialOwnerDataInput.dependentId ● Int scalar
Id do Dependente
BindDependentToFinancialOwnerDataInput.financialOwnerId ● Int scalar
Id do Responsável Financeiro
BindDependentToFinancialOwnerDataInput.dependentRefId ● String scalar
RefId do Dependente
BindDependentToFinancialOwnerDataInput.financialOwnerRefId ● String scalar
RefId do Responsável Financeiro
Member Of
bindDependentToFinancialOwner mutation ● unbindDependentFromFinancialOwner mutation