Kola ILORI
Kola ILORI
Right now, the "walk depth" for a generated GraphQL query is hard-coded to [1 level for DataStore](https://github.com/aws-amplify/amplify-android/blob/master/aws-datastore/src/main/java/com/amplifyframework/datastore/appsync/AppSyncRequestFactory.java#L61), and [2 levels for API](https://github.com/aws-amplify/amplify-android/blob/master/aws-api/src/main/java/com/amplifyframework/api/aws/AppSyncGraphQLRequestFactory.java#L63). Seems like this would be a nice thing...
Hi, Currently datastore has the ability for sorting in ASC and DESC. It would be great if we could have this enabled in the API piece as well.
It will be extremely useful to be able to allow Amplify take in custom query Field. This way one can tailor the query to get the required data in the...