Closed conradwt closed 4 months ago
Hi @conradwt - have you made sure to add import RocketReserverAPI
to that file? The queries are generated into a separate module so you'll need to explicitly import it before you can use it.
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Summary
In step 5 of Build a project with Apollo tutorial, I'm getting an error when I add the following code to the init() method:
Implement the query
Errors:
Version
1.13.0
Steps to reproduce the behavior
Logs
Anything else?
I have tried with Xcode 15.4 on macOS 14.5 without success.