CreateManualHoldingInput
No description
input CreateManualHoldingInput {
accountId: ID
quantity: Float!
securityId: ID!
}
Fields
CreateManualHoldingInput.accountId ● ID scalar
ID of the account where the manual holding will be created
CreateManualHoldingInput.quantity ● Float! non-null scalar
Holding quantity
CreateManualHoldingInput.securityId ● ID! non-null scalar
ID of the security associated with the manual holding
Member Of
createManualHolding mutation