diff --git a/spec/Section 4 -- Introspection.md b/spec/Section 4 -- Introspection.md index 8963a3e9c..766595881 100644 --- a/spec/Section 4 -- Introspection.md +++ b/spec/Section 4 -- Introspection.md @@ -161,6 +161,8 @@ type __Type { ofType: __Type # must be non-null for INPUT_OBJECT, otherwise null. isOneOf: Boolean + # references to other schemas/ontologies via URI/IRI + sameAs: [String!] } enum __TypeKind {