mirror of
https://github.com/vercel/commerce.git
synced 2025-06-20 06:01:21 +00:00
13 lines
238 B
TypeScript
13 lines
238 B
TypeScript
const customerAccessTokenDeleteMutation = /* GraphQL */ `
|
|
mutation customerAccessTokenDelete {
|
|
tokensDeactivateAll {
|
|
errors {
|
|
field
|
|
message
|
|
}
|
|
}
|
|
}
|
|
`
|
|
|
|
export default customerAccessTokenDeleteMutation
|