Skip to content

Add me to champions #694

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 5, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions rfcs/InputUnion.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ type Mutation {

## 💡 2. Explicit configurable Discriminator field

**Champion:** @binaryseed

A configurable discriminator field enables schema authors to model type discrimination into their schema more naturally.

A schema author may choose to add their chosen type discriminator field to output types as well to completely mirror the structure in a way that enables sending data back and forth through input & output with no transformations.
Expand Down Expand Up @@ -754,6 +756,8 @@ input DogInput {

## 💡 5. One Of (Tagged Union)

**Champion:** @benjie

This solution was presented in:
* https://github.com/graphql/graphql-spec/pull/395#issuecomment-361373097
* https://github.com/graphql/graphql-spec/pull/586
Expand Down