AddFinancialOwnerResult
Dados do Resultado de Inclusão de Responsável Financeiro
type AddFinancialOwnerResult {
id: UUID!
internalId: Int!
dependents: [AddDependentResult!]
}
Fields
AddFinancialOwnerResult.id ● UUID! non-null scalar
Id do Responsável Financeiro
AddFinancialOwnerResult.internalId ● Int! non-null scalar
Id Interno do Responsável Financeiro
AddFinancialOwnerResult.dependents ● [AddDependentResult!] list object
Returned By
addFinancialOwner mutation