desert-digital
desert-digital
hey @chrisbonifacio: any insight on this? thanks!
...or perhaps @HuiSF / @chrisbonifacio this is a good opportunity to move this to Gen 2? Does many-to-many work in Gen 2? I ask because the Data table at this...
Hi @HuiSF and @chrisbonifacio: I am kind of stuck here. Any update? Thanks! Ian.
Hi: thanks so much @chrisbonifacio. Just upgrading resulted in no change, unfortunately; was certainly worth a try. I created another Checklist, and can see a new ChecklistActions record, so the...
Is this the correct place to get the queries? ``` // Amplify import { generateClient } from '@aws-amplify/api'; import { listChecklistModels, getChecklistModel, checklistActionsByChecklistModelId } from '../../graphql/queries'; import { createChecklistModel, deleteChecklistModel,...
OK: it's working. I ran ``` amplify codegen configure ``` and selected typescript, and then the defaults. The queries.ts file (in the graphql/queries folder) was updated, and I could see...