From 042c12b86519b460f9f07423104088c9a611ae94 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 24 Oct 2024 16:06:58 +0200 Subject: [PATCH] spelling --- spec/Section 2 -- Source Schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/Section 2 -- Source Schema.md b/spec/Section 2 -- Source Schema.md index 47606fb..5bbc683 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -162,7 +162,7 @@ type ProductPrice @key(fields: "regionName product { id }") { ``` Nested lookups must immediately follow the parent lookup and cannot be nested -with fields inbetween. +with fields in between. ```graphql counter-example type Query {