File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1350,10 +1350,10 @@ UnionMemberTypes :
1350
1350
- UnionMemberTypes | NamedType
1351
1351
- = `|`? NamedType
1352
1352
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 .
1357
1357
1358
1358
With interfaces and objects , only those fields defined on the type can be
1359
1359
queried directly ; to query other fields on an interface , typed fragments must be
You can’t perform that action at this time.
0 commit comments