Skip to content

Commit 451b709

Browse files
authored
Fix CHANGELOG formatting
1 parent 03b6d2c commit 451b709

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ PUT_CHANGELOG_HERE
77
- Configuring pagination arguments with `@fieldPolicy(forField: "...", paginationArgs: "...")` is deprecated. Instead, configure a `FieldKeyGenerator` on your cache.
88
- The API of `EmbeddedFieldsProvider` has been tweaked to allow determining if fields should be embedded field by field, rather than all at once based on the type.
99
- `@typePolicy` and `@fieldPolicy` are now in the `cache` specification (#231)
10-
- After a deprecation cycle, they will be removed from the `kotlin_labs` specification. Here is how you should import these directives in your `extra.graphqls`:
11-
```graphql
12-
extend schema
13-
@link(url: "https://specs.apollo.dev/kotlin_labs/v0.5")
14-
@link(url: "https://specs.apollo.dev/cache/v0.3", import: ["@typePolicy", "@fieldPolicy"])
15-
```
10+
- After a deprecation cycle, they will be removed from the `kotlin_labs` specification. Here is how you should import these directives in your `extra.graphqls`:
11+
```graphql
12+
extend schema
13+
@link(url: "https://specs.apollo.dev/kotlin_labs/v0.5")
14+
@link(url: "https://specs.apollo.dev/cache/v0.3", import: ["@typePolicy", "@fieldPolicy"])
15+
```
1616

1717
# v1.0.0-alpha.6
1818
_2025-08-21_

0 commit comments

Comments
 (0)