Add oneOf blog post#2011
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| `@oneOf` is already available in the following implementations of GraphQL: | ||
|
|
||
| - GraphQL.js v16+ | ||
| - GraphQL Ruby v2.0.21+ | ||
| - GraphQL.NET v8+ | ||
| - GraphQL Java v21.2+ | ||
| - HotChocolate v16.0.0+ | ||
| - Probably others! |
There was a problem hiding this comment.
@graphql/implementers If you already support @oneOf, please let me know!
There was a problem hiding this comment.
https://strawberry.rocks/docs/types/input-types#one-of-input-types we support it :D
There was a problem hiding this comment.
GraphQL core does too https://github.com/graphql-python/graphql-core
There was a problem hiding this comment.
We just added support to https://github.com/webonyx/graphql-php.
There was a problem hiding this comment.
Thanks @patrick91 and @spawnia; fancy adding suggestions in the style of the others (i.e. with version numbers)? For GraphQL Core, do GraphQL Core (python) or similar to make it clear to readers.
There was a problem hiding this comment.
So does Yoga and Hive Gateway!
There was a problem hiding this comment.
Thanks @enisdenjo! I'm currently only listing GraphQL implementations otherwise the list would get too long! Most things that consumes one of these implementations should support @oneOf by extension.
Co-authored-by: Patrick Arminio <patrick.arminio@gmail.com>
Co-authored-by: Benedikt Franke <benedikt@franke.tech>
|
Looks like it's time to publish this ^^ |
|
@martinbonnin Feel free to smash that merge button 😉 |
|
Let's goooo 🚀 |
I'd like to publish this once it is merged to the spec.