From 901a131ecc2d261925d1917a6afcaae8225209c7 Mon Sep 17 00:00:00 2001 From: PascalSenn Date: Thu, 23 May 2024 16:51:45 +0200 Subject: [PATCH 1/3] Fixed unclear wording in the validation section --- spec/Section 5 -- Validation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/Section 5 -- Validation.md b/spec/Section 5 -- Validation.md index 473cf5457..c98d69ac0 100644 --- a/spec/Section 5 -- Validation.md +++ b/spec/Section 5 -- Validation.md @@ -32,8 +32,7 @@ free of any validation errors, and have not changed since. **Examples** -For this section of this schema, we will assume the following type system in -order to demonstrate examples: +In this section, we will assume the following type system to demonstrate examples: ```graphql example type Query { From a6f746d989eed14d3de3bc822cbc955d535ae14b Mon Sep 17 00:00:00 2001 From: Benjie Date: Thu, 23 May 2024 16:07:40 +0100 Subject: [PATCH 2/3] Update spec/Section 5 -- Validation.md --- spec/Section 5 -- Validation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/Section 5 -- Validation.md b/spec/Section 5 -- Validation.md index c98d69ac0..3625c98e1 100644 --- a/spec/Section 5 -- Validation.md +++ b/spec/Section 5 -- Validation.md @@ -32,7 +32,8 @@ free of any validation errors, and have not changed since. **Examples** -In this section, we will assume the following type system to demonstrate examples: +In this section, we will assume the following type system to demonstrate +examples: ```graphql example type Query { From 47a3ec78785f5ff2f73eb541daf78bfb1e138d6c Mon Sep 17 00:00:00 2001 From: Lee Byron Date: Mon, 30 Jun 2025 21:13:59 -0700 Subject: [PATCH 3/3] Update Section 5 -- Validation.md shorten further --- spec/Section 5 -- Validation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/Section 5 -- Validation.md b/spec/Section 5 -- Validation.md index 3625c98e1..988c18d59 100644 --- a/spec/Section 5 -- Validation.md +++ b/spec/Section 5 -- Validation.md @@ -32,8 +32,7 @@ free of any validation errors, and have not changed since. **Examples** -In this section, we will assume the following type system to demonstrate -examples: +The examples in this section will use the following types: ```graphql example type Query {