UpdateCompanyMutationInput
No description
input UpdateCompanyMutationInput {
accountId: ID!
companyName: String
employmentStatus: String
fmv409aPrice: Float
fullyDilutedShares: BigInt
isPublic: Boolean
latestFundingRound: String
latestPreferredPrice: Float
linkedAccountId: ID
ownerEndDate: String
ownerStartDate: String
ownerUserId: ID
priceHistory: [PriceHistoryEntryInput!]
securityId: ID
sharePrice: Float
}
Fields
UpdateCompanyMutationInput.accountId ● ID! non-null scalar
UpdateCompanyMutationInput.companyName ● String scalar
UpdateCompanyMutationInput.employmentStatus ● String scalar
UpdateCompanyMutationInput.fmv409aPrice ● Float scalar
UpdateCompanyMutationInput.fullyDilutedShares ● BigInt scalar
UpdateCompanyMutationInput.isPublic ● Boolean scalar
UpdateCompanyMutationInput.latestFundingRound ● String scalar
UpdateCompanyMutationInput.latestPreferredPrice ● Float scalar
UpdateCompanyMutationInput.linkedAccountId ● ID scalar
UpdateCompanyMutationInput.ownerEndDate ● String scalar
UpdateCompanyMutationInput.ownerStartDate ● String scalar
UpdateCompanyMutationInput.ownerUserId ● ID scalar
UpdateCompanyMutationInput.priceHistory ● [PriceHistoryEntryInput!] list input
UpdateCompanyMutationInput.securityId ● ID scalar
UpdateCompanyMutationInput.sharePrice ● Float scalar
Member Of
updateCompany mutation