We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@oneOf
1 parent d106233 commit 87d0b22Copy full SHA for 87d0b22
spec/Section 3 -- Type System.md
@@ -2259,8 +2259,8 @@ scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122")
2259
directive @oneOf on INPUT_OBJECT
2260
```
2261
2262
-The `@oneOf` directive is used within the type system definition language to
2263
-indicate an Input Object is a OneOf Input Object.
+The `@oneOf` _built-in directive_ is used within the type system definition
+language to indicate an Input Object is a OneOf Input Object.
2264
2265
```graphql example
2266
input UserUniqueCondition @oneOf {
0 commit comments