File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/blog/2025-06-19-multioption-inputs-with-oneof Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ input GalleryInput {
85
85
}
86
86
```
87
87
88
- ## What Makes `@oneOf` The Right Solution ?
88
+ ## What makes `@oneOf` the right solution ?
89
89
90
90
- **Backward Compatible **: Existing tools , queries and clients still work ,
91
91
meaning no major overhauls are required . Existing clients can even use oneOf
@@ -99,7 +99,7 @@ input GalleryInput {
99
99
including Ruby , Java , JavaScript and .NET already ship `@oneOf ` as a stable
100
100
feature
101
101
102
- ## The Bottom Line
102
+ ## The bottom line
103
103
104
104
`@oneOf ` allows for more expressive , capable , and less overwhelming schemas ,
105
105
helping technical teams to move faster with increased safety . It ’s simple and
You can’t perform that action at this time.
0 commit comments