This is a general usage question:
I have a project set up that uses DataStore. But due to https://github.com/aws-amplify/amplify-js/issues/5119 I cannot use DataStore.
It looks like the schema is very different from projects without DataStore set up, so my question is: How does one remove datastore to use amplify without it again?
@raelmiu You would have to delete the ResolverConfig from the transformer.conf.json
@ammarkarachi and then? When I did the modelgen function is updating the API.ts file again. But all the extra data fields etc are still there.
@raelmiu Can you delete them and invoke amplify push
I seem to have a lot of boilerplate still in the code, but everything does work. Thank you @ammarkarachi
Most helpful comment
@raelmiu You would have to delete the ResolverConfig from the transformer.conf.json