From 0d15a0f7dba9e0cd527d2ba37382926e6f930314 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Thu, 28 Mar 2024 17:06:13 +0200 Subject: [PATCH] Add filtering of arguments (#20) --- spec/Section 1 -- Overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Section 1 -- Overview.md b/spec/Section 1 -- Overview.md index 7521d81..e99e921 100644 --- a/spec/Section 1 -- Overview.md +++ b/spec/Section 1 -- Overview.md @@ -49,8 +49,8 @@ composition and distributed execution. multiple _source schema_ into a single GraphQL schema, the _composite schema_. During this process, an intermediary schema, the _composite execution schema_, is generated. This composite execution schema is annotated with directives to - describe execution, and may have additional internal fields that won't be - exposed in the client-facing composite schema. + describe execution, and may have additional internal fields or arguments that + won't be exposed in the client-facing composite schema. - **Distributed Execution**: The _distributed GraphQL executor_ specifies the core execution behavior and algorithms that enable fulfillment of a _GraphQL