File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/pages/blog/2025-09-04-multioption-inputs-with-oneof Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ date: 2025-09-04
5
5
byline : Benjie Gillam
6
6
---
7
7
8
- We’re excited to announce
9
- ** [ OneOf Input Objects] ( https://github.com/ graphql/graphql-spec/pull/825 ) ** has
8
+ We’re excited to announce ** [ OneOf Input
9
+ Objects] ( https://spec. graphql.org/September2025/#sec-OneOf-Input-Objects ) ** has
10
10
landed in the GraphQL specification! This enhancement solves a long-standing
11
11
challenge in API design: how to allow users to provide ** exactly one** of
12
12
several possible options as input, in a clean and enforceable way. This feature
13
- is a small change that packs a big return for developers building modern digital
14
- products with GraphQL.
13
+ is a [ small change] ( https://github.com/graphql/graphql-spec/pull/825 ) that packs
14
+ a big return for developers building modern digital products with GraphQL.
15
15
16
16
## Simplifying entrypoints
17
17
@@ -137,7 +137,7 @@ Since then there have been a number of reports of success:
137
137
138
138
## Availability
139
139
140
- `@oneOf ` is already available in the following implementations of GraphQL :
140
+ `@oneOf ` is already available in at least the following implementations of GraphQL :
141
141
142
142
- GraphQL .js v16 +
143
143
- GraphQL Ruby v2 .0.21+
You can’t perform that action at this time.
0 commit comments