Skip to content

Commit

Permalink
chore: add call out for NONE authorization type in adding custom head…
Browse files Browse the repository at this point in the history
…ers section (#6886)
  • Loading branch information
thisisabhash authored Feb 6, 2024
1 parent 5baae79 commit e250052
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout>

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)

</Callout>

import ios8 from '/src/fragments/lib/graphqlapi/ios/advanced-workflows/50_interceptor.mdx';

<Fragments fragments={{ swift: ios8 }} />
Expand Down

0 comments on commit e250052

Please sign in to comment.