Skip to content

Commit 849d124

Browse files
binaryseedIvanGoncharov
authored andcommitted
Begin requirements section (#621)
1 parent baa73cd commit 849d124

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rfcs/InputUnion.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ mutation {
123123
{name: "Buster", age: 3, livesLeft: 7},
124124

125125
# This is meant to be a DogInput
126-
{name: "Ripple", age: 2},
126+
{name: "Ripple", age: 2}
127127
]
128128
)
129129
}
@@ -133,6 +133,10 @@ In this mutation, we encounter the main challenge of the **Input Union** - we ne
133133

134134
A wide variety of solutions have been explored by the community, and they are outlined in detail in this document under [Possible Solutions](#Possible-Solutions).
135135

136+
## Requirements
137+
138+
1. **Backwards compatible** Adding a new member type to an Input Union must not break previously valid operations
139+
136140
## Use Cases
137141

138142
TODO:

0 commit comments

Comments
 (0)