GraphQL selection set parsing

后端 未结 0 454
执笔经年
执笔经年 2020-12-10 20:14

I have this GraphQL Selection Set inside my AppSync Lambda Resolver:

{
  recommendationId
  items {
    id
    name
  }
}

I need the selectio

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