Skip to content

Commit 6115cf7

Browse files
authored
Add missing @external directives to examples (#211)
1 parent 0f27690 commit 6115cf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 4 -- Composition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,7 +3201,7 @@ type Product {
32013201

32023202
# Source schema B
32033203
type Product {
3204-
name(language: Language): String
3204+
name(language: Language): String @external
32053205
}
32063206
```
32073207

@@ -3217,7 +3217,7 @@ type Product {
32173217

32183218
# Source schema B
32193219
type Product {
3220-
name(language: String): String
3220+
name(language: String): String @external
32213221
}
32223222
```
32233223

0 commit comments

Comments
 (0)