Dane Pilcher
Dane Pilcher
As a workaround for now you can use two custom queries. ``` query PastSessions($userId: ID!, $now: String!) { past: sessionsByUser(userID: $userId, startTime: { lt: $now }, sortDirection: DESC) { items...
Hi @maziarzamani, Modelgen does not support generating models for custom models.
Yes, we can log this as a feature request.
Here is a possible solution to unblock the custom named stack workaround. Consider this example: * Models A, B, and C * Model A hasOne B (dependency) * Model B...
As you have discovered there is no native support for caching in the Amplify GraphQL API. Either of the two options you outlined would be a good option. There is...
I agree it might not be worth the effort. Have you considered a client side cache?
It's hard to pinpoint the source of the latency. Are you still experiencing higher than desired latency?
Hi @MatthiasF999, could you share a minimum reproduction schema?
My mistake, I missed the expander. Thanks
We are currently investigating the feasibility of the change.