Skip to content

Commit

Permalink
Add me to champions (#694)
Browse files Browse the repository at this point in the history
* Add me to champions

* Update InputUnion.md
  • Loading branch information
binaryseed committed Mar 5, 2020
1 parent aedfacb commit 6671989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rfcs/InputUnion.md
Expand Up @@ -445,6 +445,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 @@ -756,6 +758,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

0 comments on commit 6671989

Please sign in to comment.