File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -291,18 +291,11 @@ Descriptions may appear before:
291
291
- Fragment definitions.
292
292
- Variable definitions within operation definitions.
293
293
294
- Example:
295
-
296
294
``` graphql example
297
295
"""
298
296
Request the current status of a time machine and its operator.
299
-
300
- This operation retrieves the latest information about a specific time machine,
301
- including its model, last maintenance date, and the operator currently assigned.
302
-
303
297
You can also check the status for a particular year.
304
-
305
- **Warning:** certain years may trigger an anomaly in the space-time continuum. Use with caution!
298
+ **Warning:** certain years may trigger an anomaly in the space-time continuum.
306
299
"""
307
300
query GetTimeMachineStatus (
308
301
"The unique serial number of the time machine to inspect."
@@ -316,9 +309,7 @@ query GetTimeMachineStatus(
316
309
}
317
310
}
318
311
319
- """
320
- Details about a time machine and its operator.
321
- """
312
+ "Details about a time machine and its operator."
322
313
fragment TimeMachineDetails on TimeMachine {
323
314
id
324
315
model
You can’t perform that action at this time.
0 commit comments