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:
291291- Fragment definitions.
292292- Variable definitions within operation definitions.
293293
294- Example:
295-
296294``` graphql example
297295"""
298296Request 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-
303297You 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.
306299"""
307300query GetTimeMachineStatus (
308301 "The unique serial number of the time machine to inspect."
@@ -316,9 +309,7 @@ query GetTimeMachineStatus(
316309 }
317310}
318311
319- """
320- Details about a time machine and its operator.
321- """
312+ "Details about a time machine and its operator."
322313fragment TimeMachineDetails on TimeMachine {
323314 id
324315 model
You can’t perform that action at this time.
0 commit comments