You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/type_definitions/input_objects.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,4 +151,4 @@ An input object with `one_of` will require exactly one given argument and it wil
151
151
152
152
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 } }`.
153
153
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