mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-24 22:06:04 +03:00
Node in UPGRADE.md about broken AST caches
This commit is contained in:
parent
4bc9dfc6f8
commit
0ea7ffa601
@ -122,6 +122,10 @@ type Dog {
|
||||
}
|
||||
```
|
||||
|
||||
### Breaking: Cached AST of version 0.11.x is not compatible with 0.12.x.
|
||||
That's because description in AST is now a separate node, not just a string.
|
||||
Make sure to renew caches.
|
||||
|
||||
### Breaking: Most of previously deprecated classes and methods were removed
|
||||
See deprecation notices for previous versions in details.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user