Yathi

Results 6 comments of Yathi

Amplify CLI uses pipenv to bundle the resources to the cloud. Pipenv brings in virtual env, which adds size to the bundle.

@palpatim is there some thing that SDK can do to remove `mimeType` and `localUri`

@spc16670 Its hard to understand the problem without the records and schemas. Could you share GraphQL schemas with v1 and v2 which can be used to reproduce this issue. Please...

I am not sure. Could you also include the Mutations where I can insert record to client with `GVP8919`. Also include the list query used in both V1 and V2

codegen does not generate input types, but its needed for offline support. We will have to update the codegen to generate input types to make it easier to support offline...

@jkeys-ecg-nmsu the compiled schema should already be available to you inside `/amplify/backedn/api//build/schema.json` and should have the input type. I have added this issue to our backlog to generate input types....