Docs Request: Improve documentation around Querying against an @index (GSI) for Android API Category #1930
Labels
api
documentation
Documentation improvements
feature-request
Request a new feature
GraphQL API
Related to the API (GraphQL) category/plugins
Before opening, please confirm:
Language and Async Model
Not applicable
Amplify Categories
GraphQL API
Gradle script dependencies
N/A
Environment information
N/A
Please include any relevant guides or documentation you're referencing
https://docs.amplify.aws/lib/graphqlapi/query-data/q/platform/android/ and https://docs.amplify.aws/lib/graphqlapi/advanced-workflows/q/platform/android/#nested-data
Describe the feature request
Add some docs describing how to query for non-standard queries against defined indexes.
Basic usecase ends up returning null for field values, but you can serialize to a string to retrieve data, getting the paginated results is a little more complicated, and not documented today.
Retrieving as a string: https://gist.github.com/alharris-at/4ab46c9f2bb96aae2045064753e187eb
Deserializing to a PaginatedResult: https://gist.github.com/alharris-at/e34341bdb7fd197d5d8ceecee5bc2070
Initialization steps (if applicable)
No response
Code Snippet
See Gists
amplifyconfiguration.json
No response
GraphQL Schema
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: