From e81aa9ab68a76d4bf6181b150481efc7b43b5fab Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 27 Jun 2024 15:17:15 +0200 Subject: [PATCH] wip --- spec/Section 2 -- Source Schema.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/Section 2 -- Source Schema.md b/spec/Section 2 -- Source Schema.md index 72da278..b96f31b 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -182,8 +182,9 @@ fields from the composite schema. directive @is(map: FieldSelectionMap!) on ARGUMENT_DEFINITION ``` -The `@is` directive is utilized in a lookup field to establish how the +TODO : rwrite this to be more clear +The `@is` directive is utilized in a lookup field to establish how the semantic equivalence between disparate type system members across distinct source schemas, which the schema composition uses to connect types.