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

preguntada hace 2 años310 visualizaciones
1 Respuesta
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
INGENIERO DE SOPORTE
Mukul_V
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas