How can I use two different authorization types on two separate graphql type/fields in Appsync?

How can I use two different authorization types on two separate graphql type/fields in Appsync?

let’s say I want to send a request like this to appsync where book has “apiKey” as the authorization type and reader has “lambda authorizer”.

 

Read More