-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amplify Graphql API error #2503
Comments
@manjumallesh1 i guess the team needs more info. Maybe you could post your generated resolver? |
Hi @manjumallesh1 👋, thanks for raising this issue.we are working on reproducing the issue. Could you please run below command and send us the report . |
@AnilMaktala - thanks for looking into this CLI version 12.11.1 Project Identifier: edc573327dd31dc69d57250ee36b5cfb |
[Start] Get Request template. **#set( $GetRequest = { [End] Get Request template. ** |
@manjumallesh1, since the error looks very much like this other issue where you described that you have manually deleted and re-added the DDB table, can you confirm that this started happening after you took those actions? |
Hey @manjumallesh1, Are you still experiencing this issue? |
Hi Anil,
We were able to resolve the issue. Thanks!
…________________________________
From: Anil Maktala ***@***.***>
Sent: 09 May 2024 19:37
To: aws-amplify/amplify-category-api ***@***.***>
Cc: Manjunath ***@***.***>; Mention ***@***.***>
Subject: Re: [aws-amplify/amplify-category-api] Amplify Graphql API error (Issue #2503)
Hey @manjumallesh1<https://github.com/manjumallesh1>, Are you still experiencing this issue?
—
Reply to this email directly, view it on GitHub<#2503 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BAEJQSHO7SCFTYES3PIWJKDZBN7LHAVCNFSM6AAAAABGZM3FQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMBSG4ZTGNRRGM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This issue is now closed. Comments on closed issues are hard for our team to see. |
Hi,
We are facing the following error after recent Amplify push. There is no data returned from Appsync Graphql APIs.
query MyQuery {
listBatteryTypes {
items {
id
}
}
}
Response
{
"data": {
"listBatteryTypes": null
},
"errors": [
{
"path": [
"listBatteryTypes"
],
"data": null,
"errorType": "MappingTemplate",
"errorInfo": null,
"locations": [
{
"line": 2,
"column": 3,
"sourceName": null
}
],
"message": "Value for field '$[operation]' not found."
}
]
}
The text was updated successfully, but these errors were encountered: