field added

This commit is contained in:
brkcvn
2023-11-15 15:37:27 +03:00
parent 9263d1063c
commit 6492c4483e
2 changed files with 114 additions and 94 deletions

View File

@@ -301,6 +301,8 @@ export async function createCustomer({
input: {
email: string;
password: string;
firstName: string;
lastName: string;
};
};
}) {
@@ -312,6 +314,8 @@ export async function createCustomer({
input: {
email: string;
password: string;
firstName: string;
lastName: string;
};
};
}>({