AWS AppSync supports passing custom headers from clients and accessing them in your GraphQL resolvers using $context.request.headers.
I wonder how can I do that in iOS client ?
Thanks :)
https://docs.aws.amazon.com/appsync/latest/devguide/resolver-context-reference.html
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- How to generate 12 digit unique number in redshift
相关文章
- 现在使用swift开发ios应用好还是swift?
- Right way to deploy Rails + Puma + Postgres app to
- how many objects are returned by aws s3api list-ob
- UITableView dragging distance with UIRefreshContro
- Using if let syntax in switch statement
- TCC __TCCAccessRequest_block_invoke
- AWS S3 in rails - how to set the s3_signature_vers
- Where does a host app handle NSExtensionContext#co
In the latest aws-mobile-appsync-sdk-ios SDK
2.6.22
, Issue is being fixed.I've just found a way to pass additional AWS AppSync Request Header in iOS Client :)
Here is a sample class of
AppSyncManager