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
## 🎯 I. Input unions should be easy to upgrade from existing solutions
276
276
@@ -744,7 +744,7 @@ type Mutation {
744
744
*[F. Migrating a field to a polymorphic input type is non-breaking](#-f-migrating-a-field-to-a-polymorphic-input-type-is-non-breaking)
745
745
* ✅ No migration required, as this pattern is already possible
746
746
*[H. Input unions should accept plain data](#-h-input-unions-should-accept-plain-data)
747
-
*🚫 The shape of a data structure is forced to contain an intermediate type
747
+
*⚠️ The data is wrapped in a (simple) container type
748
748
*[I. Input unions should be easy to upgrade from existing solutions](#-i-input-unions-should-be-easy-to-upgrade-from-existing-solutions)
749
749
* ✅ No migration required, as this pattern is already possible
750
750
*[J. A GraphQL schema that supports input unions can be queried by older GraphQL clients](#-j-a-graphql-schema-that-supports-input-unions-can-be-queried-by-older-graphql-clients)
@@ -764,7 +764,7 @@ A quick glance at the evaluation results. Remember that passing or failing a spe
0 commit comments