From 07b3bbdac29f23445be4084431d9aff7bebbf57b Mon Sep 17 00:00:00 2001 From: Mark Larah Date: Thu, 2 Jan 2025 10:14:20 -0600 Subject: [PATCH] Update spec/Section 3 -- Type System.md Co-authored-by: Martin Bonnin --- spec/Section 3 -- Type System.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Section 3 -- Type System.md b/spec/Section 3 -- Type System.md index 25f63467a..9f2476e6c 100644 --- a/spec/Section 3 -- Type System.md +++ b/spec/Section 3 -- Type System.md @@ -2178,8 +2178,8 @@ SchemaCoordinate : :: A _schema coordinate_ is a human readable string that uniquely identifies a _schema element_ within a GraphQL Schema. -:: A _schema element_ can be a named type, a field, an input -a field, an enum value, a field argument, a directive, or a directive argument. +:: A _schema element_ can be a named type, a field, an input +field, an enum value, a field argument, a directive, or a directive argument. A _schema coordinate_ is always unique. Each _schema element_ may be referenced by exactly one possible schema coordinate.