craig
craig
i get the same upgrading to angular 18 - i don't want to upgrade to amplify gen2 as it would be far too much work for too little gain
to get around this, i've "temporarily" added to `tsconfig.ts` ``` "compilerOptions": { ... "skipLibCheck": true } ``` hopefully the angular team will get around to resolving this some time soon
not sure if this helps, but i wrote this some time back and we use it a lot. https://github.com/craig-at-metashield-io/graphql-validation-transformers it does some basic number / string validation, such as min-max,...