I am currently using the latest main version 0.53.0 but I wanted to test the recent beta version 1.0.0 Beta 3
I wanted to test it on Playground but when I switched to beta, many errors occurred. Unfortunately, I couldn’t find any example or documentation for proper migration. Could you help me with that?
Hi @garal - we’re behind on having complete documentation, I apologize for that. 1.0 is not backwards compatible with 0.x versions so there will be quite a few build errors on a project that currently uses a 0.x version. I think the easiest until we have a migration guide would be to start fresh with a new 1.0 project and generate a couple of your queries to see how the shape of the generated operation models has changed. Hope that helps.
Hi @calvincestari , thank you for your answer. Yes, I can try that but where should I begin? I don’t have any examples to follow it. Can’t you at least update the ApolloClientSwiftPlayground with the new 1.0?
For example, these are some errors that I had on ApolloClientSwiftPlayground with 1.0 and I don’t have any idea what would it be the new approach.