Skip to content

Commit fe994b6

Browse files
committed
Fix format
1 parent a806d91 commit fe994b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 4 -- Composition.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2915,14 +2915,14 @@ enum Genre {
29152915
}
29162916
```
29172917

2918-
If only one of the source schemas defines a default value for a given input field,
2919-
the composition is still valid:
2918+
If only one of the source schemas defines a default value for a given input
2919+
field, the composition is still valid:
29202920

29212921
```graphql example
29222922
# Schema A
29232923

29242924
input BookFilter {
2925-
genre: Genre
2925+
genre: Genre
29262926
}
29272927

29282928
enum Genre {

0 commit comments

Comments
 (0)