yarn rw g sdl building -f
Generating SDL files…
Successfully wrote file
./api/src/graphql/buildings.sdl.ts
Successfully wrote file
./api/src/services/buildings/buildings.scenarios.ts
Successfully wrote file
./api/src/services/buildings/buildings.test.ts
Successfully wrote file
./api/src/services/buildings/buildings.ts
Generating types …
Error: Could not generate GraphQL type definitions (web)
Error: GraphQL Document Validation failed with 6 errors;
Error 0: Cannot query field “desc” on type “Building”.
I change desc to to description and other field too
at /mnt/storage2/Projects/skripsi/historyb-redwoodjs/web/src/components/Building/BuildingCell/BuildingCell.tsx:5:5
Error 1: Cannot query field “link3dAsset” on type “Building”.
at /mnt/storage2/Projects/skripsi/historyb-redwoodjs/web/src/components/Building/BuildingCell/BuildingCell.tsx:6:5
Error 2: Cannot query field “link360vAsset” on type “Building”.
at /mnt/storage2/Projects/skripsi/historyb-redwoodjs/web/src/components/Building/BuildingCell/BuildingCell.tsx:7:5
Error 3: Cannot query field “desc” on type “Building”.
at /mnt/storage2/Projects/skripsi/historyb-redwoodjs/web/src/components/Building/BuildingsCell/BuildingsCell.tsx:5:5
Error 4: Cannot query field “desc” on type “Building”.
at /mnt/storage2/Projects/skripsi/historyb-redwoodjs/web/src/components/Building/EditBuildingCell/EditBuildingCell.tsx:5:5
Error 5: Cannot query field “desc” on type “Building”.
at /mnt/storage2/Projects/skripsi/historyb-redwoodjs/web/src/components/Building/EditBuildingCell/EditBuildingCell.tsx:5:5
at codegen (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/@graphql-codegen/core/cjs/codegen.js:83:19)
at async runCodegenGraphQL (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/@redwoodjs/internal/dist/generate/graphqlCodeGen.js:164:18)
at async generateTypeDefGraphQLWeb (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/@redwoodjs/internal/dist/generate/graphqlCodeGen.js:131:21)
at async generateTypeDefs (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/@redwoodjs/internal/dist/generate/typeDefinitions.js:53:7)
at async generate (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/@redwoodjs/internal/dist/generate/generate.js:24:7)
at async Task.task [as taskFn] (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/@redwoodjs/cli/dist/commands/generate/sdl/sdl.js:287:13)
at async Task.run (/mnt/storage2/Projects/skripsi/historyb-redwoodjs/node_modules/listr2/dist/index.cjs:2040:11)