mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
7
framework/vendure/utils/mutations/log-out-mutation.ts
Normal file
7
framework/vendure/utils/mutations/log-out-mutation.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const logoutMutation = /* GraphQL */ `
|
||||
mutation logout {
|
||||
logout {
|
||||
success
|
||||
}
|
||||
}
|
||||
`
|
Reference in New Issue
Block a user