I have a weird problem upgrading our codegen library from 0.5X to 1.0.1, i’m running codegen within my project folder and it want to generate code from .graphql within Xcode .build folder (and so tests for Apollo-ios)
Do I have to manually add all .build folders etc… to operation search path to ignore them?
Can I ignore whole folders using the ! syntax? I can’t seems to have it works.