Skip to content

Commit 87d0b22

Browse files
benjieShane32
andauthored
Indicate @oneOf is a built-in directive
Co-authored-by: Shane Krueger <[email protected]>
1 parent d106233 commit 87d0b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 3 -- Type System.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2259,8 +2259,8 @@ scalar UUID @specifiedBy(url: "https://tools.ietf.org/html/rfc4122")
22592259
directive @oneOf on INPUT_OBJECT
22602260
```
22612261

2262-
The `@oneOf` directive is used within the type system definition language to
2263-
indicate an Input Object is a OneOf Input Object.
2262+
The `@oneOf` _built-in directive_ is used within the type system definition
2263+
language to indicate an Input Object is a OneOf Input Object.
22642264

22652265
```graphql example
22662266
input UserUniqueCondition @oneOf {

0 commit comments

Comments
 (0)