How can Appsync request headers by passed to a child resolver?

后端 未结 0 362
南笙
南笙 2020-12-10 15:58

I have an Appsync Schema which defines a User type which itself contains a List of Notes:

type User {
  id: ID!
  name: String!
  notes: [Note]
}

type Note {         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题