Skip to content

Commit 173ad1b

Browse files
committed
pro 1.17.15
1 parent 33d188d commit 173ad1b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG-pro.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
### Bug Fix
1010

11+
# 1.17.15 (29 Apr 2021)
12+
13+
### New Features
14+
15+
- Defer: support `label:` argument which is returned in the patch for that deferral #3454
16+
1117
# 1.17.14 (14 Apr 2021)
1218

1319
- Dashboard: fix stack error when OperationStore isn't configured on a class-based schema

guides/defer/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The directives `@skip` and `@include` are built into any GraphQL server and clie
2727
Apollo-Client has [experimental support](https://www.apollographql.com/docs/react/features/defer-support.html)
2828
but it may [have some issues](https://github.com/apollographql/apollo-client/issues/4484), so you can try [this updated fork](https://github.com/rmosolgo/apollo-client) while they're worked out.
2929

30+
`@defer` also accepts a `label:` option which will be included in outgoing patches when it's present in the query (eg, `@defer(label: "patch1")`).
31+
3032
Want to use `@defer` with another client? Please {% open_an_issue "Client support for @defer with ..." %} or email `[email protected]` and we'll dig in!
3133

3234
## Next Steps
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
40b16be98dd17dd8b41979d9f9015e72119a9913648d5d10ab91f1dc1ee07e391e9f54f116d7a258ef722720ed61983533df79b0b58647fb2cf0f3399aac675a

0 commit comments

Comments
 (0)