From 38647c33c33f399360b994e725a413231066d301 Mon Sep 17 00:00:00 2001 From: Michael Staib Date: Thu, 1 Aug 2024 17:13:12 +0200 Subject: [PATCH] Update spec/Section 2 -- Source Schema.md Co-authored-by: Glen --- 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 6d42476..1f09c8d 100644 --- a/spec/Section 2 -- Source Schema.md +++ b/spec/Section 2 -- Source Schema.md @@ -56,7 +56,7 @@ interface Node @key(fields: "id") { Lookup fields may return object, interface, or union types. In case a lookup field returns an abstract type (interface type or union type), all possible object types are considered entities and must have keys that correspond with the -fields argument signature. +field's argument signature. ```graphql example type Query {