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