Mark Statkus
Mark Statkus
 vs 
Notice it also responds similarly with ``
Mine is bound - public.xml -> /Users/mark/Library/QuickLook/QLColorCode.qlgenerator (4.1.0) Yet when I quick look xml it doesn't work. XSD does work. I'm not a `~/Library/QuickLook/QLColorCode.qlgenerator/Contents/Info.plist` whisperer though I don't know how...
So I was in a similar boat. Spot check the size of your file matches what your uploading. Its possible you may have a byte diff?
Believe I found a old project which uses: "@aws-amplify/api-graphql": "^2.3.6", "@aws-amplify/auth": "^4.5.6", "@aws-amplify/core": "^4.5.6", "zen-observable-ts": "0.8.19",
Ok so rolling back zen-observable-ts fixed graphql. ```shell "@aws-amplify/storage": "^5.0.1",
Comment: So going thru this on a new package the modular @aws-amplify/* don't get added to package.json. And pulling down latest zen-observable-ts seems to break current version of graphql. In...