CreateEquityAccountWithGrantsMutationInput
Input type for creating an equity account with multiple grants in one transaction
input CreateEquityAccountWithGrantsMutationInput {
companyName: String!
employmentStatus: String
fmv409aPrice: Float
fullyDilutedShares: BigInt
grants: [EquityGrantInput!]
isPublic: Boolean!
latestFundingRound: String
latestPreferredPrice: Float
linkedAccountId: ID
ownerEndDate: String
ownerStartDate: String
ownerUserId: ID
securityId: ID
sharePrice: Float
valuationMethod: String
}
Fields
CreateEquityAccountWithGrantsMutationInput.companyName ● String! non-null scalar
CreateEquityAccountWithGrantsMutationInput.employmentStatus ● String scalar
CreateEquityAccountWithGrantsMutationInput.fmv409aPrice ● Float scalar
CreateEquityAccountWithGrantsMutationInput.fullyDilutedShares ● BigInt scalar
CreateEquityAccountWithGrantsMutationInput.grants ● [EquityGrantInput!] list input
CreateEquityAccountWithGrantsMutationInput.isPublic ● Boolean! non-null scalar
CreateEquityAccountWithGrantsMutationInput.latestFundingRound ● String scalar
CreateEquityAccountWithGrantsMutationInput.latestPreferredPrice ● Float scalar
CreateEquityAccountWithGrantsMutationInput.linkedAccountId ● ID scalar
CreateEquityAccountWithGrantsMutationInput.ownerEndDate ● String scalar
CreateEquityAccountWithGrantsMutationInput.ownerStartDate ● String scalar
CreateEquityAccountWithGrantsMutationInput.ownerUserId ● ID scalar
CreateEquityAccountWithGrantsMutationInput.securityId ● ID scalar
CreateEquityAccountWithGrantsMutationInput.sharePrice ● Float scalar
CreateEquityAccountWithGrantsMutationInput.valuationMethod ● String scalar
Member Of
createEquityAccountWithGrants mutation