mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
rename folder
This commit is contained in:
10
providers/saleor/utils/mutations/session-destroy.ts
Normal file
10
providers/saleor/utils/mutations/session-destroy.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const SessionDestroy = /* GraphQL */ `
|
||||
mutation SessionDestroy {
|
||||
tokensDeactivateAll {
|
||||
errors {
|
||||
field
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
`
|
Reference in New Issue
Block a user