From e250052e965cbd3f54290dbc2a797c8f6ade0ed8 Mon Sep 17 00:00:00 2001 From: Abhash Kumar Singh Date: Tue, 6 Feb 2024 09:54:45 -0800 Subject: [PATCH] chore: add call out for NONE authorization type in adding custom headers section (#6886) --- .../graphqlapi/native_common/advanced-workflows/common.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/fragments/lib/graphqlapi/native_common/advanced-workflows/common.mdx b/src/fragments/lib/graphqlapi/native_common/advanced-workflows/common.mdx index b205e481f76..7ff9ecb9869 100644 --- a/src/fragments/lib/graphqlapi/native_common/advanced-workflows/common.mdx +++ b/src/fragments/lib/graphqlapi/native_common/advanced-workflows/common.mdx @@ -212,6 +212,12 @@ Combining multiple GraphQL requests on the client-side is different than server- By default, the API plugin includes appropriate authorization headers on your outgoing requests. However, you may have an advanced use case where you wish to send additional request headers to AppSync. + + +If your API does not require any authorization or if you would like manipulate the request yourself, please refer to the [Set authorization mode to NONE](/[platform]/build-a-backend/graphqlapi/customize-authz-modes/#none) + + + import ios8 from '/src/fragments/lib/graphqlapi/ios/advanced-workflows/50_interceptor.mdx';