Skip to content

Commit 00db81d

Browse files
committed
Update links
1 parent eb17818 commit 00db81d

File tree

1 file changed

+5
-5
lines changed
  • src/pages/blog/2025-09-04-multioption-inputs-with-oneof

1 file changed

+5
-5
lines changed

src/pages/blog/2025-09-04-multioption-inputs-with-oneof/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ date: 2025-09-04
55
byline: Benjie Gillam
66
---
77

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
1010
landed in the GraphQL specification! This enhancement solves a long-standing
1111
challenge in API design: how to allow users to provide **exactly one** of
1212
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.
1515

1616
## Simplifying entrypoints
1717

@@ -137,7 +137,7 @@ Since then there have been a number of reports of success:
137137

138138
## Availability
139139

140-
`@oneOf` is already available in the following implementations of GraphQL:
140+
`@oneOf` is already available in at least the following implementations of GraphQL:
141141

142142
- GraphQL.js v16+
143143
- GraphQL Ruby v2.0.21+

0 commit comments

Comments
 (0)