We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef03f8 commit 6030017Copy full SHA for 6030017
spec/Section 3 -- Type System.md
@@ -160,6 +160,13 @@ Schema extensions are used to represent a schema which has been extended from
160
an original schema. For example, this might be used by a GraphQL service which
161
adds additional operation types, or additional directives to an existing schema.
162
163
+**Schema Validation**
164
+
165
+Schema extensions have the potential to be invalid if incorrectly defined.
166
167
+1. The Schema must already be defined.
168
+2. Any directives provided must not already apply to the original Schema.
169
170
171
## Descriptions
172
0 commit comments