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

demandé il y a 2 ans310 vues
1 réponse
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
INGÉNIEUR EN ASSISTANCE TECHNIQUE
Mukul_V
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions