amplify-swift icon indicating copy to clipboard operation
amplify-swift copied to clipboard

A declarative library for application development using cloud services.

Results 324 amplify-swift issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When specifying a HasOne connection as described in the documentation (https://docs.amplify.aws/cli/graphql-transformer/connection#has-one), the linked child object is never populated when querying from AppSync. **To Reproduce** Defined as model...

bug
datastore
follow up
p2

**Describe the bug** When having two models connected over an optional bidirectional 1:n relation, traditionally a Post with many Comments, and then trying to save a Comment with nil as...

bug
datastore
follow up
p2

### Describe the bug Some DataStore mutations may trigger GraphQL error. For example, saving an invalid url to a model field with type `AWSURL`. The data will be saved locally...

bug
datastore
p2

### Describe the bug Hey folks, every time models for Amplify are regenerated, `let version` in `amplify/generated/models/AmplifyModels.swift` changes (which is expected). However, whenever I update the app, Amplify SDK compares...

datastore
feature-request

suggestion: Maybe we can have a section like < SelectedTests > for upcoming PRs which will only include the tests corresponding to one scheme, which can help making number of...

feature-request
improvement

> Will investigate the flaky test https://app.circleci.com/pipelines/github/aws-amplify/amplify-ios/4953/workflows/23e03ca6-e27c-4a90-9f43-7b5aa9c13d93/jobs/42782 `testSentModelWithNilVersion_Reconciled` Summarizing some findings on this, so `MutationEventExtensionsTest` test code tries to set up the state of test using `setUpPendingMutationQueue` by using a...

bug
good first issue
datastore
p4

**Which AWS Services is the feature request for?** API **Is your feature request related to a problem? Please describe.** I cannot inspect response headers or status code if the response...

api
question
feature-request

### Describe the bug **Codegen of `@hasOne` for swift with specified fields does not hide those fields.** I have a slight issue with `codegen` for swift with a schema like...

bug
datastore
p3

### Describe the bug ``` Test Case '-[AWSDataStoreCategoryPluginTests.OutgoingMutationQueueNetworkTests testLastMutationSentWhenNoNetwork]' started. ### DataStore listener 2022-03-08 17:06:32 +0000 - : receive subscription: (PassthroughSubject) ### DataStore listener 2022-03-08 17:06:32 +0000 - : request...

bug
datastore
p4

### Is your feature request related to a problem? Please describe. I am hoping that this is a smaller fix than re-thinking the entire approach ( https://github.com/aws-amplify/amplify-ios/discussions/1740 ) which includes...

bug
storage
slow-transfer