We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc50da commit bc304abCopy full SHA for bc304ab
rfcs/InputUnion.md
@@ -204,6 +204,14 @@ Many people in the wild are solving the need for input unions with validation at
204
205
Preferably without loss of functionality.
206
207
+### Input unions should be expressed efficiently in the query and on the wire
208
+
209
+The less typing and fewer bytes transmitted, the better.
210
211
+### Input unions should be performant for servers
212
213
+Ideally a server does not have to do much computation to determine which concrete type is represented by an input.
214
215
## Use Cases
216
217
There have been a variety of use cases described by users asking for an abstract input type.
0 commit comments