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

posta 2 anni fa310 visualizzazioni
1 Risposta
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
TECNICO DI SUPPORTO
Mukul_V
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande