customerCreateAccount
AUTH: Role=[user.OWNER]
customerCreateAccount(
id: Int!
input: CreateAccountInput
): RegisterCustomerResponse!
AUTH: Role=[user.OWNER]
customerCreateAccount(
id: Int!
input: CreateAccountInput
): RegisterCustomerResponse!
customerCreateAccount.id
● Int!
non-null scalarcustomerCreateAccount.input
● CreateAccountInput
inputRegisterCustomerResponse
object