Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions src/data/navigation/sections/graphql.js
Original file line number Diff line number Diff line change
Expand Up @@ -585,11 +585,7 @@ module.exports = [
},
{
title: "exchangeExternalCustomerToken",
path: "/graphql/schema/customer/mutations/exchange-external-customer-token/",
},
{
title: "exchangeOtpForCustomerToken",
path: "/graphql/schema/customer/mutations/exchange-otp-customer-token/",
path: "/graphql/schema/customer/mutations/create-external-customer-token/",
},
{
title: "generateCustomerToken",
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions src/pages/graphql/schema/customer/mutations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ The customer mutations allow you to perform the following operations:
* Manage customer tokens and passwords

* [`changeCustomerPassword`](change-password.md)
* [`exchangeExternalCustomerToken`](exchange-external-customer-token.md)
* | [&#8203;<Edition name="saas" />`exchangeOtpForCustomerToken`](exchange-otp-customer-token.md)
* [`generateCustomerTokenAsAdmin`](generate-token-as-admin.md)
* [`generateCustomerToken`](generate-token.md)
* [`requestPasswordResetEmail`](request-password-reset-email.md)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/graphql/usage/protected-mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following table lists the forms and mutations that can be configured to requ

Field name | Mutation
--- | ---
Enable for Customer Login | `generateCustomerToken`,<br/><Edition name="saas" /> `exchangeOtpForCustomerToken`
Enable for Customer Login | `generateCustomerToken`
Enable for Forgot Password | `changeCustomerPassword`
Enable for Create New Customer Account | `createCustomer`, `createCustomerV2`
Enable for Edit Customer Account | `updateCustomer`, `updateCustomerV2`
Expand Down