iOS: 12.1
Xcode: 10.1
Swift: 4.2
Hi guys,
I have a problem with the implementation of Apollo. I tried 3 days with success, but when I tried with the new project I failed. I can generate de API.swift file when I'm building the first time but when I'm adding *.graphql files it doesn't generate the code in API.swift from *.graphql files.
I attach the screenshots with my configuration.
Thanks by advance,



Probably it鈥檚 not finding your graphql files. Are they inside the folder for your target?
That's right. I left them at the root of directory, I forgot to put them in the target directory...
Thank you very much !
Most helpful comment
That's right. I left them at the root of directory, I forgot to put them in the target directory...
Thank you very much !