CreateEquityGrantMutationInput
No description
input CreateEquityGrantMutationInput {
accountId: ID!
earlyExerciseAllowed: Boolean
exerciseEvents: [ExerciseEventInput!]
filed83bElection: Boolean
grantDate: String
grantNickname: String
grantType: String!
notes: String
postTerminationExerciseWindow: Int
purchasePricePerShare: Float
quantityGranted: Float
soldShares: [SoldShareEventInput!]
strikePrice: Float
vestingEndDate: String
vestingSchedule: [VestingEventInput!]
vestingScheduleTerms: String
vestingStartDate: String
}
Fields
CreateEquityGrantMutationInput.accountId ● ID! non-null scalar
CreateEquityGrantMutationInput.earlyExerciseAllowed ● Boolean scalar
CreateEquityGrantMutationInput.exerciseEvents ● [ExerciseEventInput!] list input
CreateEquityGrantMutationInput.filed83bElection ● Boolean scalar
CreateEquityGrantMutationInput.grantDate ● String scalar
CreateEquityGrantMutationInput.grantNickname ● String scalar
CreateEquityGrantMutationInput.grantType ● String! non-null scalar
CreateEquityGrantMutationInput.notes ● String scalar
CreateEquityGrantMutationInput.postTerminationExerciseWindow ● Int scalar
CreateEquityGrantMutationInput.purchasePricePerShare ● Float scalar
CreateEquityGrantMutationInput.quantityGranted ● Float scalar
CreateEquityGrantMutationInput.soldShares ● [SoldShareEventInput!] list input
CreateEquityGrantMutationInput.strikePrice ● Float scalar
CreateEquityGrantMutationInput.vestingEndDate ● String scalar
CreateEquityGrantMutationInput.vestingSchedule ● [VestingEventInput!] list input
CreateEquityGrantMutationInput.vestingScheduleTerms ● String scalar
CreateEquityGrantMutationInput.vestingStartDate ● String scalar
Member Of
createEquityGrant mutation