mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 21:51:21 +00:00
11 lines
176 B
TypeScript
11 lines
176 B
TypeScript
export const sessionDestroy = /* GraphQL */ `
|
|
mutation customerAccessTokenDelete {
|
|
tokensDeactivateAll {
|
|
errors {
|
|
field
|
|
message
|
|
}
|
|
}
|
|
}
|
|
`
|