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