CreateCustomerInput
This input object is used for creating a customer and associated treasury for holding custodial wallets on behalf of the user.
input CreateCustomerInput {
project: UUID!
}
Fields
CreateCustomerInput.project ● UUID! non-null scalar
The unique identifier of the project to which the customer is associated.
Member of
createCustomer mutation