CreateCustomerWalletInput
Input for creating a customer wallet.
input CreateCustomerWalletInput {
customer: UUID!
assetType: AssetType!
}
Fields
CreateCustomerWalletInput.customer
● UUID!
non-null scalar
The customer ID.
CreateCustomerWalletInput.assetType
● AssetType!
non-null enum
Blockchain for wallet creation.
Member of
createCustomerWallet
mutation