Skip to content

Commit 73c19c8

Browse files
committed
Reduced example
1 parent 9af6480 commit 73c19c8

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

spec/Section 2 -- Language.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff 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
"""
298296
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-
303297
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.
306299
"""
307300
query 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."
322313
fragment TimeMachineDetails on TimeMachine {
323314
id
324315
model

0 commit comments

Comments
 (0)