| Q |
A |
| Bug report? |
yes |
| Feature request? |
no |
| BC Break report? |
no |
| RFC? |
no |
| Version/Branch |
0.8.5 |
When the bundle compiles GraphQL type classes, the absolute path to generated class is stored under the cache directory inside the __classes.map file. However if application is built on dedicated CI server, the stored absolute path is pointing to temporary build directory. This makes an application broken right after deployment to target environment since the absolute path to generated classes has changed.