UpdateUserFinancialProfileInput
No description
input UpdateUserFinancialProfileInput {
birthday: Date
employmentStatus: EmploymentStatus
grossAnnualIncome: Int
numberOfDependents: Int
relationshipToOwner: RelationshipToOwner
taxFilingStatus: TaxFilingStatus
userId: ID!
}
Fields
UpdateUserFinancialProfileInput.birthday ● Date scalar
UpdateUserFinancialProfileInput.employmentStatus ● EmploymentStatus enum
UpdateUserFinancialProfileInput.grossAnnualIncome ● Int scalar
UpdateUserFinancialProfileInput.numberOfDependents ● Int scalar
UpdateUserFinancialProfileInput.relationshipToOwner ● RelationshipToOwner enum
UpdateUserFinancialProfileInput.taxFilingStatus ● TaxFilingStatus enum
UpdateUserFinancialProfileInput.userId ● ID! non-null scalar
Member Of
updateUserFinancialProfile mutation