We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@external
1 parent 0f27690 commit 6115cf7Copy full SHA for 6115cf7
spec/Section 4 -- Composition.md
@@ -3201,7 +3201,7 @@ type Product {
3201
3202
# Source schema B
3203
type Product {
3204
- name(language: Language): String
+ name(language: Language): String @external
3205
}
3206
```
3207
@@ -3217,7 +3217,7 @@ type Product {
3217
3218
3219
3220
- name(language: String): String
+ name(language: String): String @external
3221
3222
3223
0 commit comments