Skip to content

Commit 6671989

Browse files
authored
Add me to champions (#694)
* Add me to champions * Update InputUnion.md
1 parent aedfacb commit 6671989

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rfcs/InputUnion.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,8 @@ type Mutation {
445445

446446
## 💡 2. Explicit configurable Discriminator field
447447

448+
**Champion:** @binaryseed
449+
448450
A configurable discriminator field enables schema authors to model type discrimination into their schema more naturally.
449451

450452
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.
@@ -756,6 +758,8 @@ input DogInput {
756758

757759
## 💡 5. One Of (Tagged Union)
758760

761+
**Champion:** @benjie
762+
759763
This solution was presented in:
760764
* https://github.com/graphql/graphql-spec/pull/395#issuecomment-361373097
761765
* https://github.com/graphql/graphql-spec/pull/586

0 commit comments

Comments
 (0)