Skip to content

Commit 746a161

Browse files
authored
Merge pull request #5436 from hwrdprkns/hwrdprkns-input-oneof
Update input_objects.md for new Specification
2 parents d99a93e + f570056 commit 746a161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guides/type_definitions/input_objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ An input object with `one_of` will require exactly one given argument and it wil
151151

152152
When you use `one_of`, it will appear in schema print-outs with `input ... @oneOf` and you can query it using `{ __type(name: $typename) { isOneOf } }`.
153153

154-
This behavior is described in a [proposed change](https://github.com/graphql/graphql-spec/pull/825) to the GraphQL specification.
154+
This behavior was adopted to the September 2025 GraphQL specification.

0 commit comments

Comments
 (0)