From a6220315e3841f59227863a89b02b454768e31c1 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Tue, 17 Dec 2024 14:00:33 +0100 Subject: [PATCH] Update spec/Section 4 -- Composition.md Co-authored-by: Glen --- spec/Section 4 -- Composition.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Section 4 -- Composition.md b/spec/Section 4 -- Composition.md index 05c53c9..d264f18 100644 --- a/spec/Section 4 -- Composition.md +++ b/spec/Section 4 -- Composition.md @@ -77,8 +77,8 @@ input Input1 { } ``` -In this example, the field `field` on `Input1` is not mergable as the field has -different named types across (`String` and `DateTime`) source schemas: +In this example, the field `field` on `Input1` is not mergeable as the field has +different named types (`String` and `DateTime`) across source schemas: ```graphql counter-example input Input1 {