File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1350,10 +1350,10 @@ UnionMemberTypes :
13501350- UnionMemberTypes | NamedType
13511351- = `|`? NamedType
13521352
1353- GraphQL Unions represent an object that could be one of a set of GraphQL Object
1354- types , but provides for no guaranteed fields between those types . They also
1355- differ from interfaces in that Object types declare what interfaces they
1356- implement , but are not aware of what unions contain them .
1353+ GraphQL Unions represent an object that could be one of an ordered set of
1354+ GraphQL Object types , but provides for no guaranteed fields between those types .
1355+ They also differ from interfaces in that Object types declare what interfaces
1356+ they implement , but are not aware of what unions contain them .
13571357
13581358With interfaces and objects , only those fields defined on the type can be
13591359queried directly ; to query other fields on an interface , typed fragments must be
You can’t perform that action at this time.
0 commit comments