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

asked 2 years ago306 views
1 Answer
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
SUPPORT ENGINEER
Mukul_V
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions