mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
saleor: refine the auth process
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
const customerAccessTokenDeleteMutation = /* GraphQL */ `
|
||||
mutation customerAccessTokenDelete($customerAccessToken: String!) {
|
||||
customerAccessTokenDelete(customerAccessToken: $customerAccessToken) {
|
||||
deletedAccessToken
|
||||
deletedCustomerAccessTokenId
|
||||
userErrors {
|
||||
mutation customerAccessTokenDelete {
|
||||
tokensDeactivateAll {
|
||||
errors {
|
||||
field
|
||||
message
|
||||
}
|
||||
|
Reference in New Issue
Block a user