I have a usecase where I need to update the schema of the AWS AppSync. Since my app users will be having different versions of the app, the schema which needs to be used will be different for different versions.
Is there a way to do versioning of the AppSync schema and call different versions of the schema from the iOS and Android apps?
Can I get sample code pointers for both the platforms?