From 6534468c9738f3d831460b7af9d740b4ed223e51 Mon Sep 17 00:00:00 2001 From: Glen Date: Mon, 27 Oct 2025 15:12:49 +0200 Subject: [PATCH] Avoid "source source schema" phrasing --- spec/Section 4 -- Composition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 03d5599..7a12abe 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -3024,7 +3024,7 @@ ERROR This rule ensures that fields marked with `@external` have all the necessary arguments that exist on the corresponding field definitions in other source schemas. Each argument defined on the base field (the field definition in the -source source schema) must be present on the `@external` field in other source +defining source schema) must be present on the `@external` field in other source schemas. If an argument is missing on an `@external` field, the field cannot be resolved correctly, which is an inconsistency.