We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not applicable
GraphQL API
// Put output below this line
# Put output below this line
No response
Please see aws-amplify/amplify-cli#8350 for the bug
and aws-amplify/amplify-codegen#252 for the codegen and library changes required
Library logic change needed here: https://github.com/aws-amplify/amplify-android/blob/main/aws-api-appsync/src/main/java/com/amplifyframework/api/aws/AppSyncGraphQLRequest.java#L159-L161
After
modelName = Casing.capitalizeFirst(modelSchema.getListPluralName());
Type definition changes required to support new codegenerated fields here: https://github.com/aws-amplify/amplify-android/blob/main/core/src/main/java/com/amplifyframework/core/model/annotations/ModelConfig.java
// Put your code below this line.
// Put your logs below this line
// Put your schema below this line
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before opening, please confirm:
Language and Async Model
Not applicable
Amplify Categories
GraphQL API
Gradle script dependencies
// Put output below this line
Environment information
Please include any relevant guides or documentation you're referencing
No response
Describe the bug
Please see aws-amplify/amplify-cli#8350 for the bug
and aws-amplify/amplify-codegen#252 for the codegen and library changes required
Library logic change needed here: https://github.com/aws-amplify/amplify-android/blob/main/aws-api-appsync/src/main/java/com/amplifyframework/api/aws/AppSyncGraphQLRequest.java#L159-L161
After
Type definition changes required to support new codegenerated fields here: https://github.com/aws-amplify/amplify-android/blob/main/core/src/main/java/com/amplifyframework/core/model/annotations/ModelConfig.java
Reproduction steps (if applicable)
No response
Code Snippet
// Put your code below this line.
Log output
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: