Is it possible ignore all fileds parsing in a query or mutation ?

0

Can any one suggests a better to ignore parsing of fields at appsync, because query fields already parsed in my lamda with graphql module

1回答
0

Hello, I understand that your use case is to ignore parsing of all fields in a query or mutation i.e, pass fields directly to Lambda resolver without any modification at the VTL template.

Please note that the parsing process in AppSync is done via the utility helper. Hence, kindly remove these utility helper from the VTL template to ignore the parsing. You may also check the VTL template which forwards the field and input arguments directly to the Lambda function without any parsing at the VTL template level.

In case I misunderstood the query, please feel free to reach out to us via creating a support case from the support centre dashboard.

AWS
サポートエンジニア
Mukul_V
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ