Skip to content

Tags: webonyx/graphql-php

Tags

v15.21.3

Toggle v15.21.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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`.

v15.21.0

Toggle v15.21.0's commit message
Update input object type docs and prepare v15.21.0

#1715

v15.20.0

Toggle v15.20.0's commit message
Prepare v15.20.0 release

v15.18.1

Toggle v15.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Reset static caches of instances using standard types when overriding…

… them