Type alias ArchiveCustomerMutation
ArchiveCustomerMutation: { __typename?: "Mutation"; archiveCustomer: { __typename?: "Customer"; customerId: string } }
Type declaration
-
Optional
__typename?: "Mutation"
-
archiveCustomer: { __typename?: "Customer"; customerId: string }
-
Optional
__typename?: "Customer"
-
customerId: string