diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 03d5599..c4b4265 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -3112,7 +3112,7 @@ type Product { # Source schema B type Product { - name(language: Language): String + name(language: Language): String @external } ``` @@ -3128,7 +3128,7 @@ type Product { # Source schema B type Product { - name(language: String): String + name(language: String): String @external } ```