Graphqlbundle: [Bug] builder changes do not invalidate cache

Created on 4 May 2017  路  2Comments  路  Source: overblog/GraphQLBundle

| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| BC Break report? | no
| RFC? | no
| Version/Branch | 0.8.0

Builders are only used at compile time. This is good. But because they are not configuration resources (only their "declaration" in config) changes in the implementation code do not invalidate the cache.

Is it possible to add the builder files as config resources too, so their changes invalidate cache?

bug

All 2 comments

Yes this should be the case in fact... Thanks for bringing this up :+1: !

v0.8.3 should fix this, feel free to reopen if this is not the case.

Was this page helpful?
0 / 5 - 0 ratings