From 27eccb2e5238dd37e9efe44b6bba52d5446023a4 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 5 May 2026 09:39:33 -0500 Subject: [PATCH 1/3] Add links to autogenerated reference --- .../schema/customer/mutations/exchange-otp-customer-token.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md b/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md index 04e80ed23..985d5435c 100644 --- a/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md +++ b/src/pages/graphql/schema/customer/mutations/exchange-otp-customer-token.md @@ -14,6 +14,10 @@ Upon successful exchange, the module invalidates the OTP so it cannot be reused. `mutation: { exchangeOtpForCustomerToken(email: String!, otp: String!) {CustomerToken}}` +## Reference + +The [`exchangeOtpForCustomerToken`](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#mutation-exchangeOtpForCustomerToken) reference provides detailed information about the types and fields defined in this mutation. + ## Example usage The following example uses the specified email and one-time password (OTP) to return a customer token. From c2292dad03801806eae9e71dde039c626f3785ae Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 5 May 2026 09:43:26 -0500 Subject: [PATCH 2/3] forgot to save a file --- .../schema/store/queries/recaptcha-form-config.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/graphql/schema/store/queries/recaptcha-form-config.md b/src/pages/graphql/schema/store/queries/recaptcha-form-config.md index 1feae79a7..dd99f34a0 100644 --- a/src/pages/graphql/schema/store/queries/recaptcha-form-config.md +++ b/src/pages/graphql/schema/store/queries/recaptcha-form-config.md @@ -12,9 +12,14 @@ You can use the [`recaptchaV3Config` query](recaptcha-v3-config.md) to return a `recaptchaFormConfig(formType: ReCaptchaFormEnum!): ReCaptchaConfigOutput` -## References +## Reference + +The `recaptchaFormConfig` reference provides detailed information about the types and fields defined in this query. + +* ​ [Adobe Commerce as a Cloud Service](https://developer.adobe.com/commerce/webapi/graphql-api/saas/index.html#query-recaptchaFormConfig) + +* ​ [On-Premises/Cloud](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-recaptchaV3Config) -The `recaptchaFormConfig` reference provides detailed information about the types and fields defined in this mutation. ## Example usage From 812de943310df3aa39bd1dde2cd5b400c6c167e2 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Tue, 5 May 2026 10:02:32 -0500 Subject: [PATCH 3/3] linting --- src/pages/graphql/schema/store/queries/recaptcha-form-config.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/graphql/schema/store/queries/recaptcha-form-config.md b/src/pages/graphql/schema/store/queries/recaptcha-form-config.md index dd99f34a0..a04fa1d5c 100644 --- a/src/pages/graphql/schema/store/queries/recaptcha-form-config.md +++ b/src/pages/graphql/schema/store/queries/recaptcha-form-config.md @@ -20,7 +20,6 @@ The `recaptchaFormConfig` reference provides detailed information about the type * ​ [On-Premises/Cloud](https://developer.adobe.com/commerce/webapi/graphql-api/index.html#query-recaptchaV3Config) - ## Example usage The following query returns information about the reCaptcha configuration for the CONTACT form: