You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rfcs/InputUnion.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -445,6 +445,8 @@ type Mutation {
445
445
446
446
## 💡 2. Explicit configurable Discriminator field
447
447
448
+
**Champion:** @binaryseed
449
+
448
450
A configurable discriminator field enables schema authors to model type discrimination into their schema more naturally.
449
451
450
452
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.
0 commit comments