We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53340f commit d58aba7Copy full SHA for d58aba7
packages/appsync-modelgen-plugin/src/utils/process-index.ts
@@ -34,7 +34,7 @@ export const processIndex = (model: CodeGenModel) => {
34
/*
35
* Accepts a model and field name, and potentially empty list of sortKeyFields to generate a unique index name.
36
* e.g. modelName = Employee, fieldName = manager, sortKeyFields = [level]
37
- * will generate a name like employeeByManagerAndLevel.
+ * will generate a name like employeesByManagerAndLevel.
38
* (This naming logic is used to generate a default index name for @index directives that don't have a name argument).
39
* Refer https://github.com/aws-amplify/amplify-category-api/blob/main/packages/amplify-graphql-index-transformer/src/utils.ts
40
*/
0 commit comments