You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`[email protected]` release changed their type signature for `ariadne::Cache` trait, which required an update to `apollo-compiler`'s implementation of `ariadne::Cache<FileId>`.
25
39
26
-
This release also had a slight change to path formatting, so if you had any snapshots in your tests, you can expect a change from this:
27
-
```
28
-
Error: `typeFragment1` contains too much nesting
29
-
╭─[overflow.graphql:11:11]
30
-
```
40
+
`[email protected]` release changed their type signature for `ariadne::Cache` trait, which required an
41
+
update to `apollo-compiler`'s implementation of `ariadne::Cache<FileId>`.
31
42
32
-
to this (notice the extra white space around the file path):
33
-
```
34
-
Error: `typeFragment1` contains too much nesting
35
-
╭─[ overflow.graphql:11:11 ]
36
-
```
43
+
This release also had a slight change to path formatting, so if you had any snapshots in your
44
+
tests, you can expect a change from this:
45
+
```
46
+
Error: `typeFragment1` contains too much nesting
47
+
╭─[overflow.graphql:11:11]
48
+
```
49
+
50
+
to this (notice the extra white space around the file path):
0 commit comments