-
Hi.
The source code example on the doc page is missing a few lines of code to make a working app:
Beginning:
```
use Mojolicious::Lite;
use GraphQL::Schema;
```
End:
```
app->start;
```
…
-
### Description
I'm experiencing a SqliteException(6922): disk I/O error when attempting to upload a video file using Amplify.Storage.uploadFile in my Flutter application. This error arises specifica…
-
### Description
In our app users are added by invites. To simply the Sign up process we want to prefill certain fields with data from the invite, like username and email. Is it possbile to do this so…
-
**Description**
While using graphql, I have specific requirement which force me to use a custom connectFn, so I can provide a custom WebSocketChannel.
By creating 2 stream controllers ( one for upst…
-
Subscribe to this issue and stay notified about new [weekly trending repos in Swift](https://github.com/trending/swift?since=weekly)!
-
We are using ApolloClient + InMemoryCache to do some GraphQL queries. However, our backend data is not immutable, and therefore, we might need to get the fresh data every some time. It looks like the …
-
### Description
Flutter s3 storage plugin throws 404 exceptions when uploading or downloading files when using `amplify mock storage` on ios simulator.
If I close the `amplify mock storage` proc…
-
### Description
as you see this behavior allows to get one at the time but i want to get a list of images or files with only one request .
### Categories
- [ ] Analytics
- [ ] API (REST)
- [ ] …
-
### Description
I have been trying to get a Data trying to add versionId in the key as parameters and adding it to the options, but the storage package returns "NoSuchKey" and I check my s3 path and …
-
Any plans of supporting Apollo 3.0 and beyond?
~~After briefly testing, it doesn't seem like it's backwards compatible, which also means it's not compatible with `realm-graphql-client`.~~
Seems li…