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
Make querying isOneOf optional in Introspection query (#1737)
Including it by default makes introspection fail on servers that do not support it:
```
Cannot query field "isOneOf" on type "__Type".
```
Thus, I added a configuration option `typeIsOneOf` which works analogous to `directiveIsRepeatable`.
0 commit comments