@@ -149,7 +149,9 @@ The object must be one of the following types:
149149
150150### `Argument`
151151
152- Read more about this kind on [spec.graphql.org](https://spec.graphql.org/October2021/#Argument).
152+ > [!NOTE]
153+ >
154+ > Read more about this kind on [spec.graphql.org](https://spec.graphql.org/October2021/#Argument).
153155
154156The object must be one of the following types:
155157
@@ -158,8 +160,10 @@ The object must be one of the following types:
158160
159161### `DirectiveDefinition`
160162
161- Read more about this kind on
162- [spec.graphql.org](https://spec.graphql.org/October2021/#DirectiveDefinition).
163+ > [!NOTE]
164+ >
165+ > Read more about this kind on
166+ > [spec.graphql.org](https://spec.graphql.org/October2021/#DirectiveDefinition).
163167
164168The object must be one of the following types:
165169
@@ -168,8 +172,10 @@ The object must be one of the following types:
168172
169173### `EnumTypeDefinition`
170174
171- Read more about this kind on
172- [spec.graphql.org](https://spec.graphql.org/October2021/#EnumTypeDefinition).
175+ > [!NOTE]
176+ >
177+ > Read more about this kind on
178+ > [spec.graphql.org](https://spec.graphql.org/October2021/#EnumTypeDefinition).
173179
174180The object must be one of the following types:
175181
@@ -178,8 +184,10 @@ The object must be one of the following types:
178184
179185### `EnumValueDefinition`
180186
181- Read more about this kind on
182- [spec.graphql.org](https://spec.graphql.org/October2021/#EnumValueDefinition).
187+ > [!NOTE]
188+ >
189+ > Read more about this kind on
190+ > [spec.graphql.org](https://spec.graphql.org/October2021/#EnumValueDefinition).
183191
184192The object must be one of the following types:
185193
@@ -188,8 +196,10 @@ The object must be one of the following types:
188196
189197### `FieldDefinition`
190198
191- Read more about this kind on
192- [spec.graphql.org](https://spec.graphql.org/October2021/#FieldDefinition).
199+ > [!NOTE]
200+ >
201+ > Read more about this kind on
202+ > [spec.graphql.org](https://spec.graphql.org/October2021/#FieldDefinition).
193203
194204The object must be one of the following types:
195205
@@ -198,8 +208,10 @@ The object must be one of the following types:
198208
199209### `FragmentDefinition`
200210
201- Read more about this kind on
202- [spec.graphql.org](https://spec.graphql.org/October2021/#FragmentDefinition).
211+ > [!NOTE]
212+ >
213+ > Read more about this kind on
214+ > [spec.graphql.org](https://spec.graphql.org/October2021/#FragmentDefinition).
203215
204216The object must be one of the following types:
205217
@@ -208,8 +220,10 @@ The object must be one of the following types:
208220
209221### `InputObjectTypeDefinition`
210222
211- Read more about this kind on
212- [spec.graphql.org](https://spec.graphql.org/October2021/#InputObjectTypeDefinition).
223+ > [!NOTE]
224+ >
225+ > Read more about this kind on
226+ > [spec.graphql.org](https://spec.graphql.org/October2021/#InputObjectTypeDefinition).
213227
214228The object must be one of the following types:
215229
@@ -218,8 +232,10 @@ The object must be one of the following types:
218232
219233### `InputValueDefinition`
220234
221- Read more about this kind on
222- [spec.graphql.org](https://spec.graphql.org/October2021/#InputValueDefinition).
235+ > [!NOTE]
236+ >
237+ > Read more about this kind on
238+ > [spec.graphql.org](https://spec.graphql.org/October2021/#InputValueDefinition).
223239
224240The object must be one of the following types:
225241
@@ -228,8 +244,10 @@ The object must be one of the following types:
228244
229245### `InterfaceTypeDefinition`
230246
231- Read more about this kind on
232- [spec.graphql.org](https://spec.graphql.org/October2021/#InterfaceTypeDefinition).
247+ > [!NOTE]
248+ >
249+ > Read more about this kind on
250+ > [spec.graphql.org](https://spec.graphql.org/October2021/#InterfaceTypeDefinition).
233251
234252The object must be one of the following types:
235253
@@ -238,8 +256,10 @@ The object must be one of the following types:
238256
239257### `ObjectTypeDefinition`
240258
241- Read more about this kind on
242- [spec.graphql.org](https://spec.graphql.org/October2021/#ObjectTypeDefinition).
259+ > [!NOTE]
260+ >
261+ > Read more about this kind on
262+ > [spec.graphql.org](https://spec.graphql.org/October2021/#ObjectTypeDefinition).
243263
244264The object must be one of the following types:
245265
@@ -248,8 +268,10 @@ The object must be one of the following types:
248268
249269### `OperationDefinition`
250270
251- Read more about this kind on
252- [spec.graphql.org](https://spec.graphql.org/October2021/#OperationDefinition).
271+ > [!NOTE]
272+ >
273+ > Read more about this kind on
274+ > [spec.graphql.org](https://spec.graphql.org/October2021/#OperationDefinition).
253275
254276The object must be one of the following types:
255277
@@ -258,8 +280,10 @@ The object must be one of the following types:
258280
259281### `ScalarTypeDefinition`
260282
261- Read more about this kind on
262- [spec.graphql.org](https://spec.graphql.org/October2021/#ScalarTypeDefinition).
283+ > [!NOTE]
284+ >
285+ > Read more about this kind on
286+ > [spec.graphql.org](https://spec.graphql.org/October2021/#ScalarTypeDefinition).
263287
264288The object must be one of the following types:
265289
@@ -268,8 +292,10 @@ The object must be one of the following types:
268292
269293### `UnionTypeDefinition`
270294
271- Read more about this kind on
272- [spec.graphql.org](https://spec.graphql.org/October2021/#UnionTypeDefinition).
295+ > [!NOTE]
296+ >
297+ > Read more about this kind on
298+ > [spec.graphql.org](https://spec.graphql.org/October2021/#UnionTypeDefinition).
273299
274300The object must be one of the following types:
275301
@@ -278,8 +304,10 @@ The object must be one of the following types:
278304
279305### `VariableDefinition`
280306
281- Read more about this kind on
282- [spec.graphql.org](https://spec.graphql.org/October2021/#VariableDefinition).
307+ > [!NOTE]
308+ >
309+ > Read more about this kind on
310+ > [spec.graphql.org](https://spec.graphql.org/October2021/#VariableDefinition).
283311
284312The object must be one of the following types:
285313
0 commit comments