You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Which Category is your question related to? **
iOS side generated graphql queries
** What AWS Services are you utilizing? **
App Sync
** Provide additional details e.g. code snippets **
I have an iOS project supported by AppSync on the backend. I have used Amplify CLI to add API to my project. The schema that I am using have nested objects and the generated queries are missing the details of nested types. As I understand, CLI only generated nested types upto level 2. Is there a workaround to change this behavior or can I update 'queries.graphql' manually to include missing details (I am ok to maintain these manual changes till CLI supports it natively)? Can someone guide me here?