mirror of
https://github.com/vercel/commerce.git
synced 2025-07-27 04:01:23 +00:00
8 lines
105 B
TypeScript
8 lines
105 B
TypeScript
export const logoutMutation = /* GraphQL */ `
|
|
mutation logout {
|
|
logout {
|
|
success
|
|
}
|
|
}
|
|
`
|