Skip to content

Commit 05ab541

Browse files
committed
Remove out of date example
1 parent 7109dbc commit 05ab541

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

spec/Section 3 -- Type System.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2180,14 +2180,3 @@ input UserUniqueCondition @oneOf {
21802180
organizationAndEmail: OrganizationAndEmailInput
21812181
}
21822182
```
2183-
2184-
```graphql example
2185-
type Query {
2186-
findUser(
2187-
byID: ID
2188-
byUsername: String
2189-
byEmail: String
2190-
byRegistrationNumber: Int
2191-
): User @oneOf
2192-
}
2193-
```

0 commit comments

Comments
 (0)