Tags: webonyx/graphql-php
Tags
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`.
PreviousNext