mirror of
https://github.com/vercel/commerce.git
synced 2025-05-21 00:46:59 +00:00
11 lines
165 B
TypeScript
11 lines
165 B
TypeScript
export const SessionDestroy = /* GraphQL */ `
|
|
mutation SessionDestroy {
|
|
tokensDeactivateAll {
|
|
errors {
|
|
field
|
|
message
|
|
}
|
|
}
|
|
}
|
|
`
|